Skip to content

Commit

Permalink
version 1.3.1
Browse files Browse the repository at this point in the history
* Add `Builder.challenge_tx` method for building [SEP-10](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0010.md) challenge transaction.
  • Loading branch information
overcat committed Aug 4, 2019
1 parent a34b79d commit 019dbf8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Release History
===============

### Version 1.3.1
Released on August 4, 2019
* Add `Builder.challenge_tx` method for building [SEP-10](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0010.md) challenge transaction.

### Version 1.3.0
Released on July 24, 2019
- Breaking change: fetching data through SSE returns **dict** instead of a **str**.
Expand Down Expand Up @@ -57,4 +61,4 @@ Released on December 31, 2018

### Version 1.0.1
Released on December 12, 2018
- Remove numpy dependency for installation
- Remove numpy dependency for installation
2 changes: 1 addition & 1 deletion stellar_base/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.0"
__version__ = "1.3.1"

0 comments on commit 019dbf8

Please sign in to comment.