Skip to content

Commit d59f89b

Browse files
committed
bumped version to v1.17.0
1 parent dce8230 commit d59f89b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## What's Changed
4+
### Bugfixes
5+
* Bug-fix: Pass verbosity through to testing harness by @tzaffi in https://github.com/algorand/py-algorand-sdk/pull/373
6+
### Enhancements
7+
* Enhancement: Trim the indexer images and use the sandbox instead of custom dockers by @tzaffi in https://github.com/algorand/py-algorand-sdk/pull/367
8+
* Enhancement: Add State Proof support by @shiqizng in https://github.com/algorand/py-algorand-sdk/pull/370
9+
* Enhancement: Deprecating use of langspec by @ahangsu in https://github.com/algorand/py-algorand-sdk/pull/371
10+
11+
## New Contributors
12+
* @ahangsu made their first contribution in https://github.com/algorand/py-algorand-sdk/pull/371
13+
14+
**Full Changelog**: https://github.com/algorand/py-algorand-sdk/compare/v1.16.1...v1.17.0
15+
316
# v1.17.0b1
417
## What's Changed
518
### Bugfixes

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="v1.17.0b1",
12+
version="v1.17.0",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
1515
license="MIT",

0 commit comments

Comments
 (0)