From 5b9cf5628e9245ad5e051ae39abd3c8ecc6e8b43 Mon Sep 17 00:00:00 2001 From: overcat <4catcode@gmail.com> Date: Tue, 24 Sep 2019 20:43:24 +0800 Subject: [PATCH] Version 1.3.2 * Add `Builder.verify_challenge_tx` method for verifying [SEP-10](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0010.md) challenge transaction. --- CHANGELOG.md | 5 +++++ stellar_base/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a30eb04..1fb8aceb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Release History =============== +### Version 1.3.2 +Released on September 24, 2019 +* Add `Builder.verify_challenge_tx` method for verifying [SEP-10](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0010.md) challenge transaction. + + ### 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. diff --git a/stellar_base/version.py b/stellar_base/version.py index 9c73af26..f708a9b2 100644 --- a/stellar_base/version.py +++ b/stellar_base/version.py @@ -1 +1 @@ -__version__ = "1.3.1" +__version__ = "1.3.2"