Skip to content

Commit 019dbf8

Browse files
committed
version 1.3.1
* Add `Builder.challenge_tx` method for building [SEP-10](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0010.md) challenge transaction.
1 parent a34b79d commit 019dbf8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Release History
22
===============
33

4+
### Version 1.3.1
5+
Released on August 4, 2019
6+
* Add `Builder.challenge_tx` method for building [SEP-10](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0010.md) challenge transaction.
7+
48
### Version 1.3.0
59
Released on July 24, 2019
610
- Breaking change: fetching data through SSE returns **dict** instead of a **str**.
@@ -57,4 +61,4 @@ Released on December 31, 2018
5761

5862
### Version 1.0.1
5963
Released on December 12, 2018
60-
- Remove numpy dependency for installation
64+
- Remove numpy dependency for installation

stellar_base/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.0"
1+
__version__ = "1.3.1"

0 commit comments

Comments
 (0)