meta: update changelog and pyln version for 23.05 release

Changelog-None
This commit is contained in:
Shahana Farooqui
2023-05-10 09:06:18 -07:00
committed by ShahanaFarooqui
parent 4f258a9354
commit d1cf88c62e
7 changed files with 11 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "23.05rc4"
__version__ = "23.05"
__all__ = [
"__version__",

View File

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