Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FOR REVIEW ONLY: Merge back py-algorand-sdk v2.6.1 to develop #547

Merged
merged 29 commits into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
240759e
Merge branch 'release/v1.10.0b1'
algobarb Feb 15, 2022
9d5ec1b
Merge branch 'release/v1.10.0'
onetechnical Mar 2, 2022
23354e9
Merge branch 'release/v1.11.0b1'
onetechnical Mar 18, 2022
51e0364
Merge branch 'release/v1.11.0'
algobarb Mar 23, 2022
e6f5aa9
Merge branch 'release/v1.12.0'
algojack Apr 21, 2022
896d2aa
Merge branch 'release/v1.13.0'
onetechnical May 2, 2022
de80435
Merge branch 'release/v1.13.1'
onetechnical May 4, 2022
760d892
Merge branch 'release/v1.14.0'
onetechnical Jun 2, 2022
671aeb6
Merge branch 'release/v1.15.0'
algojack Jun 16, 2022
a8508ab
Merge branch 'release/v1.16.0'
algojack Jul 25, 2022
9964004
Merge branch 'release/v1.16.1'
algobarb Aug 18, 2022
7019262
Merge branch 'release/v1.17.0'
algolucky Sep 2, 2022
f030f09
Merge branch 'release/v1.18.0'
algobarb Sep 19, 2022
671e136
Merge branch 'release/v1.19.0'
algojack Oct 12, 2022
3b231ac
Merge branch 'release/v1.20.0'
algolucky Nov 2, 2022
a411457
Merge branch 'release/v1.20.1'
algojack Nov 10, 2022
9bf39f2
Merge branch 'release/v1.20.2'
algojack Dec 5, 2022
e90337d
Merge branch 'release/v2.0.0'
excalq Jan 3, 2023
a539d60
Merge branch 'release/v2.1.0'
algobarb Mar 14, 2023
b103110
Merge branch 'release/v2.1.1'
algobarb Mar 20, 2023
bd5d041
rge branch 'release/v2.1.2'
excalq Mar 23, 2023
c7639ca
Merge branch 'release/v2.2.0'
algobarb May 8, 2023
894c699
Merge branch 'release/v2.3.0'
Algo-devops-service Jun 14, 2023
fc25cc6
Merge branch 'release/v2.4.0'
Algo-devops-service Aug 17, 2023
ef2131e
Merge branch 'release/v2.5.0'
Algo-devops-service Sep 20, 2023
b12aa1e
bump up version to v2.6.0
gmalouf Jun 5, 2024
bb8d4a3
Merge branch 'release/v2.6.0'
Algo-devops-service Jun 5, 2024
47d69fd
bump up version to v2.6.1
jasonpaulos Jun 6, 2024
ad1e0bf
Merge branch 'master' into release/v2.6.1
jasonpaulos Jun 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

# v2.6.1

<!-- Release notes generated using configuration in .github/release.yml at release/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

<!-- Release notes generated using configuration in .github/release.yml at release/v2.6.0 -->
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
description="Algorand SDK in Python",
author="Algorand",
author_email="[email protected]",
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",
Expand Down
Loading