Skip to content

Commit 054bf7f

Browse files
authored
pre-release: 13.0.0b1 (#1078)
1 parent 492573b commit 054bf7f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Release History
33

44
### Pending
55

6+
### Version 13.0.0-beta1
7+
68
#### Update:
79
- feat: update transaction meta handling to support v4 in protocol 23. ([#1074](https://github.com/StellarCN/py-stellar-base/pull/1074))
810
- fix: correct comparison for `Uint32` in `xdr.AuthenticatedMessage`. ([#1076](https://github.com/StellarCN/py-stellar-base/pull/1076))

stellar_sdk/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
__description__ = "The Python Stellar SDK library provides APIs to build transactions and connect to Horizon and Soroban-RPC server."
1212
__url__ = "https://github.com/StellarCN/py-stellar-base"
1313
__issues__ = f"{__url__}/issues"
14-
__version__ = "13.0.0b0"
14+
__version__ = "13.0.0b1"
1515
__author__ = "Eno, overcat"
1616
__author_email__ = "appweb.cn@gmail.com, 4catcode@gmail.com"
1717
__license__ = "Apache License 2.0"

0 commit comments

Comments
 (0)