From 47d69fd73a953e6bfef541a6aab49fa830ef872f Mon Sep 17 00:00:00 2001 From: jasonpaulos Date: Thu, 6 Jun 2024 18:36:53 +0000 Subject: [PATCH] bump up version to v2.6.1 --- CHANGELOG.md | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26e29c14..412efb7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +# v2.6.1 + + + +## What's Changed +### Bugfixes +* algod: Even in the face of urllib.error.HTTPError, return the json by @jannotti in https://github.com/algorand/py-algorand-sdk/pull/529 +* Fix: Pass args to underlying `kmd_request` function, including timeout by @jasonpaulos in https://github.com/algorand/py-algorand-sdk/pull/545 + + +**Full Changelog**: https://github.com/algorand/py-algorand-sdk/compare/v2.6.0...v2.6.1 + # v2.6.0 diff --git a/setup.py b/setup.py index f7fb11b3..a30301cf 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.6.0", + version="2.6.1", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/algorand/py-algorand-sdk",