Skip to content

Commit 49677b5

Browse files
Merge pull request #571 from algorand/release/v2.9.0
FOR REVIEW ONLY: py-algorand-sdk v2.9.0 changelog and version bump
2 parents 5bb5b13 + 7586b44 commit 49677b5

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
# v2.9.0
4+
5+
<!-- Release notes generated using configuration in .github/release.yml at release/v2.9.0 -->
6+
7+
## What's Changed
8+
### Enhancements
9+
* Build: Update Box API Pagination-dependent integration tests by @gmalouf in https://github.com/algorand/py-algorand-sdk/pull/563
10+
* Devops: Release process update by @gmalouf in https://github.com/algorand/py-algorand-sdk/pull/564
11+
* Deps: Bump setuptools from 75.6.0 to 78.1.1 by @dependabot in https://github.com/algorand/py-algorand-sdk/pull/568
12+
* API: Algorand 4.1.x API updates support, includes enhanced Application Box… by @gmalouf in https://github.com/algorand/py-algorand-sdk/pull/570
13+
14+
15+
**Full Changelog**: https://github.com/algorand/py-algorand-sdk/compare/v2.8.0...v2.9.0
16+
317
# v2.8.0
418

519
<!-- Release notes generated using configuration in .github/release.yml at release/v2.8.0 -->

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
description="Algorand SDK in Python",
1010
author="Algorand",
1111
author_email="pypiservice@algorand.com",
12-
version="2.8.0",
12+
version="2.9.0",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
1515
url="https://github.com/algorand/py-algorand-sdk",

0 commit comments

Comments
 (0)