From 45d78291b0d0213c2b1d68e3a32fdc9b42835758 Mon Sep 17 00:00:00 2001 From: onetechnical Date: Wed, 20 Sep 2023 16:03:37 +0000 Subject: [PATCH] bump up version to v2.5.0 --- CHANGELOG.md | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89cd11c8..14ec9cfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +# v2.5.0 + + + +## What's Changed +### Enhancements +* api: Sync client object. by @winder in https://github.com/algorand/py-algorand-sdk/pull/514 + + +**Full Changelog**: https://github.com/algorand/py-algorand-sdk/compare/v2.4.0...v2.5.0 + # v2.4.0 diff --git a/setup.py b/setup.py index c06215bf..70d6c854 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ description="Algorand SDK in Python", author="Algorand", author_email="pypiservice@algorand.com", - version="2.4.0", + version="2.5.0", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/algorand/py-algorand-sdk",