meta: update changelog for v24.08

Changelog-None
This commit is contained in:
ShahanaFarooqui 2024-08-28 17:37:36 -07:00
parent 6c25d2095c
commit 5ec5580a58
7 changed files with 8 additions and 8 deletions

View File

@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [24.08rc3] - 2024-08-26: "Steel Backed-up Channels"
## [24.08] - 2024-08-28: "Steel Backed-up Channels"
This release named by @Lagrang3.
@ -133,7 +133,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
[#7533]: https://github.com/ElementsProject/lightning/pull/7533
[#7567]: https://github.com/ElementsProject/lightning/pull/7567
[#7298]: https://github.com/ElementsProject/lightning/pull/7298
[24.08rc3]: https://github.com/ElementsProject/lightning/releases/tag/v24.08rc3
[24.08]: https://github.com/ElementsProject/lightning/releases/tag/v24.08

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.08rc3"
__version__ = "24.08"
__all__ = [
"LightningRpc",

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "pyln-client"
version = "24.08rc3"
version = "24.08"
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.08rc3"
__version__ = "24.08"
__all__ = [
"Invoice",

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "pyln-proto"
version = "24.08rc3"
version = "24.08"
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.08rc3"
__version__ = "24.08"
__all__ = [
"__version__",

View File

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