From a168f90a68751442feae6727007d4f6b8c196587 Mon Sep 17 00:00:00 2001 From: John Lee Date: Thu, 25 Nov 2021 08:32:58 -0500 Subject: [PATCH] Bumped version to v1.9.0 --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37f3d69f..3daa57be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.9.0 +### Added + +- ABI Interaction Support for Python SDK (#247) +- ABI Type encoding support (#238) +- Add type hints and clean up ABI code (#253) +- Add CircleCI configs to the Python SDK repo (#246) + ## 1.8.0 ### Added diff --git a/setup.py b/setup.py index c4f95f61..e0fe37c2 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ description="Algorand SDK in Python", author="Algorand", author_email="pypiservice@algorand.com", - version="1.8.0", + version="1.9.0", long_description=long_description, long_description_content_type="text/markdown", license="MIT",