Run version script for rc1.

Run version script
This commit is contained in:
Sangbida Chaudhuri
2025-08-19 09:35:21 +09:30
parent 4174226aa8
commit da7d3057ed
9 changed files with 1276 additions and 1276 deletions

View File

@@ -4,7 +4,7 @@ from .gossmap import Gossmap, GossmapNode, GossmapChannel, GossmapHalfchannel, G
from .gossmapstats import GossmapStats
from .version import NodeVersion
__version__ = "25.05"
__version__ = "25.09rc1"
__all__ = [
"LightningRpc",

View File

@@ -1,6 +1,6 @@
[project]
name = "pyln-client"
version = "25.05"
version = "25.09rc1"
description = "Client library and plugin library for Core Lightning"
authors = [{ name = "Christian Decker", email = "decker.christian@gmail.com" }]
license = { text = "BSD-MIT" }

View File

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

View File

@@ -1,6 +1,6 @@
[project]
name = "pyln-proto"
version = "25.05"
version = "25.09rc1"
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"}

View File

@@ -1,4 +1,4 @@
__version__ = "25.05"
__version__ = "25.09rc1"
__all__ = [
"__version__",

View File

@@ -1,6 +1,6 @@
[project]
name = "pyln-testing"
version = "25.05"
version = "25.09rc1"
description = "Test your Core Lightning integration, plugins or whatever you want"
authors = [{ name = "Christian Decker", email = "decker.christian@gmail.com" }]
license = { text = "BSD-MIT" }