Skip to content

Commit 0bb85fd

Browse files
Merge pull request #578 from algorand/release/v2.10.0
FOR REVIEW ONLY: py-algorand-sdk v2.10.0 changelog and version bump
2 parents 2e37304 + ba5b6c1 commit 0bb85fd

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.10.0
4+
5+
<!-- Release notes generated using configuration in .github/release.yml at release/v2.10.0 -->
6+
7+
## What's Changed
8+
### New Features
9+
* CICD: implement tests in GitHub Actions by @onetechnical in https://github.com/algorand/py-algorand-sdk/pull/575
10+
### Enhancements
11+
* CICD: disable CircleCI and add a GitHub Actions concurrency limiter by @onetechnical in https://github.com/algorand/py-algorand-sdk/pull/576
12+
* API: Support for filtering /transactions by group-id. by @gmalouf in https://github.com/algorand/py-algorand-sdk/pull/577
13+
14+
15+
**Full Changelog**: https://github.com/algorand/py-algorand-sdk/compare/v2.9.1...v2.10.0
16+
317
# v2.9.1
418

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

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.9.1",
12+
version="2.10.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)