Skip to content

Commit

Permalink
release: 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Mar 15, 2023
1 parent 6de1dbf commit bc992a4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Release History
==============

### Version 8.2.0

Released on March 15, 2023

#### Add
- feat: add support for SEP-0035. ([#711](https://github.com/StellarCN/py-stellar-base/pull/711))

#### Note
- Python 3.6 is no longer supported.

### Version 8.1.1

Released on October 12, 2022
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "stellar-sdk"
version = "8.1.1"
version = "8.2.0"
description = "The Python Stellar SDK library provides APIs to build transactions and connect to Horizon."
authors = [
"overcat <4catcode@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion stellar_sdk/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
__description__ = "The Python Stellar SDK library provides APIs to build transactions and connect to Horizon."
__url__ = "https://github.com/StellarCN/py-stellar-base"
__issues__ = f"{__url__}/issues"
__version__ = "8.1.1"
__version__ = "8.2.0"
__author__ = "Eno, overcat"
__author_email__ = "appweb.cn@gmail.com, 4catcode@gmail.com"
__license__ = "Apache License 2.0"

0 comments on commit bc992a4

Please sign in to comment.