change version 25.09rc2 for release
replace rc1
This commit is contained in:
committed by
Sangbida Chaudhuri
parent
7c75abc962
commit
fcd92febad
@@ -4,7 +4,7 @@ from .gossmap import Gossmap, GossmapNode, GossmapChannel, GossmapHalfchannel, G
|
||||
from .gossmapstats import GossmapStats
|
||||
from .version import NodeVersion
|
||||
|
||||
__version__ = "25.09rc1"
|
||||
__version__ = "25.09rc2"
|
||||
|
||||
__all__ = [
|
||||
"LightningRpc",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "pyln-client"
|
||||
version = "25.09rc1"
|
||||
version = "25.09rc2"
|
||||
description = "Client library and plugin library for Core Lightning"
|
||||
authors = [{ name = "Christian Decker", email = "decker.christian@gmail.com" }]
|
||||
license = { text = "BSD-MIT" }
|
||||
|
||||
@@ -4,7 +4,7 @@ from .invoice import Invoice
|
||||
from .onion import OnionPayload, TlvPayload, LegacyOnionPayload
|
||||
from .wire import LightningConnection, LightningServerSocket
|
||||
|
||||
__version__ = "25.09rc1"
|
||||
__version__ = "25.09rc2"
|
||||
|
||||
__all__ = [
|
||||
"Invoice",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "pyln-proto"
|
||||
version = "25.09rc1"
|
||||
version = "25.09rc2"
|
||||
description = "This package implements some of the Lightning Network protocol in pure python. It is intended for protocol testing and some minor tooling only. It is not deemed secure enough to handle any amount of real funds (you have been warned!)."
|
||||
authors = [
|
||||
{name = "Christian Decker", email = "decker.christian@gmail.com"}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
__version__ = "25.09rc1"
|
||||
__version__ = "25.09rc2"
|
||||
|
||||
__all__ = [
|
||||
"__version__",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "pyln-testing"
|
||||
version = "25.09rc1"
|
||||
version = "25.09rc2"
|
||||
description = "Test your Core Lightning integration, plugins or whatever you want"
|
||||
authors = [{ name = "Christian Decker", email = "decker.christian@gmail.com" }]
|
||||
license = { text = "BSD-MIT" }
|
||||
|
||||
@@ -21,7 +21,7 @@ from urllib.error import HTTPError
|
||||
import venv
|
||||
|
||||
|
||||
__VERSION__ = '25.09rc1'
|
||||
__VERSION__ = '25.09rc2'
|
||||
|
||||
logging.basicConfig(
|
||||
level=logging.INFO,
|
||||
|
||||
6
uv.lock
generated
6
uv.lock
generated
@@ -1830,7 +1830,7 @@ dev = [{ name = "pyln-proto", editable = "contrib/pyln-proto" }]
|
||||
|
||||
[[package]]
|
||||
name = "pyln-client"
|
||||
version = "25.9rc1"
|
||||
version = "25.9rc2"
|
||||
source = { editable = "contrib/pyln-client" }
|
||||
dependencies = [
|
||||
{ name = "pyln-bolt7" },
|
||||
@@ -1890,7 +1890,7 @@ dev = [
|
||||
|
||||
[[package]]
|
||||
name = "pyln-proto"
|
||||
version = "25.9rc1"
|
||||
version = "25.9rc2"
|
||||
source = { editable = "contrib/pyln-proto" }
|
||||
dependencies = [
|
||||
{ name = "base58" },
|
||||
@@ -1919,7 +1919,7 @@ dev = [{ name = "pytest", specifier = ">=7.0.0" }]
|
||||
|
||||
[[package]]
|
||||
name = "pyln-testing"
|
||||
version = "25.9rc1"
|
||||
version = "25.9rc2"
|
||||
source = { editable = "contrib/pyln-testing" }
|
||||
dependencies = [
|
||||
{ name = "cheroot" },
|
||||
|
||||
Reference in New Issue
Block a user