Skip to content

Commit 50b3a86

Browse files
authored
release: 12.2.0 (#1027)
1 parent 5b33d38 commit 50b3a86

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Release History
33

44
### Pending
55

6+
### Version 12.2.0
7+
68
#### Update
79
- feat: add `TransactionBuilder.append_payment_to_contract_op` and `TransactionBuilder.append_restore_asset_balance_entry_op` to send assets to contract accounts without relying on Stellar RPC. ([#1023](https://github.com/StellarCN/py-stellar-base/pull/1023))
810
- refactor: `AssembledTransaction.simulate` and `AssembledTransactionAsync.simulate` will no longer restore the state for read-only transactions. ([#1026](https://github.com/StellarCN/py-stellar-base/pull/1026))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "stellar-sdk"
3-
version = "12.1.0"
3+
version = "12.2.0"
44
description = "The Python Stellar SDK library provides APIs to build transactions and connect to Horizon and Soroban-RPC server."
55
authors = [
66
"overcat <[email protected]>",

stellar_sdk/__version__.py

+1-1
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__ = "12.1.0"
14+
__version__ = "12.2.0"
1515
__author__ = "Eno, overcat"
1616
1717
__license__ = "Apache License 2.0"

0 commit comments

Comments
 (0)