Skip to content

Commit d5af955

Browse files
committed
version 1.2.1
1 parent b8a0059 commit d5af955

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Release History
22
===============
33

4+
### Version 1.2.1
5+
Released on June 9, 2019
6+
- fix(Operation.ChangeTrust): An exception should be thrown when the limit is set to 0(int). ([#206](https://github.com/StellarCN/py-stellar-base/pull/206))
7+
48
### Version 1.2.0
59
Released on May 6, 2019
610
- Adapt to Protocol v11. [ManageBuyOffer](https://github.com/StellarCN/py-stellar-base/blob/279aec10663a32662f8fe48c5d20a752f13f5946/stellar_base/operation.py#L741),

stellar_base/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.2.0"
1+
__version__ = "1.2.1"

0 commit comments

Comments
 (0)