Build: update to version 24.11rc1

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2024-11-26 21:46:36 +10:30
parent 437042057d
commit 034d3c9628
10 changed files with 12 additions and 12 deletions

View file

@ -1 +1 @@
24.08.1
24.11rc1

View file

@ -3,7 +3,7 @@ from .plugin import Plugin, monkey_patch, RpcException
from .gossmap import Gossmap, GossmapNode, GossmapChannel, GossmapHalfchannel, GossmapNodeId, LnFeatureBits
from .gossmapstats import GossmapStats
__version__ = "24.08.2"
__version__ = "24.11rc1"
__all__ = [
"LightningRpc",

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "pyln-client"
version = "24.08.2"
version = "24.11rc1"
description = "Client library and plugin library for Core Lightning"
authors = ["Christian Decker <decker.christian@gmail.com>"]
license = "BSD-MIT"

View file

@ -4,7 +4,7 @@ from .invoice import Invoice
from .onion import OnionPayload, TlvPayload, LegacyOnionPayload
from .wire import LightningConnection, LightningServerSocket
__version__ = "24.08.2"
__version__ = "24.11rc1"
__all__ = [
"Invoice",

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "pyln-proto"
version = "24.08.2"
version = "24.11rc1"
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 = ["Christian Decker <decker.christian@gmail.com>"]
license = "BSD-MIT"

View file

@ -1,4 +1,4 @@
__version__ = "24.08.2"
__version__ = "24.11rc1"
__all__ = [
"__version__",

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "pyln-testing"
version = "24.08.2"
version = "24.11rc1"
description = "Test your Core Lightning integration, plugins or whatever you want"
authors = ["Christian Decker <decker.christian@gmail.com>"]
license = "BSD-MIT"

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "clnrest"
version = "24.08.2"
version = "24.11rc1"
description = "Transforms RPC calls into REST APIs"
authors = ["ShahanaFarooqui <sfarooqui@blockstream.com>"]

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "wss-proxy"
version = "24.08.2"
version = "24.11rc1"
description = "Web secure socket proxy"
authors = ["ShahanaFarooqui <sfarooqui@blockstream.com>"]

6
poetry.lock generated
View file

@ -433,7 +433,7 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""}
[[package]]
name = "clnrest"
version = "24.08.2"
version = "24.11rc1"
description = "Transforms RPC calls into REST APIs"
optional = false
python-versions = "^3.8"
@ -1724,7 +1724,7 @@ url = "contrib/pyln-grpc-proto"
[[package]]
name = "pyln-proto"
version = "24.08.2"
version = "24.11rc1"
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!)."
optional = false
python-versions = "^3.8"
@ -1744,7 +1744,7 @@ url = "contrib/pyln-proto"
[[package]]
name = "pyln-testing"
version = "24.08.2"
version = "24.11rc1"
description = "Test your Core Lightning integration, plugins or whatever you want"
optional = false
python-versions = "^3.8"