Skip to content

Commit 77e196d

Browse files
committed
Bumped version to v1.16.1
1 parent 7c1fb44 commit 77e196d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
# v1.16.1
4+
### Bugfixes
5+
* bug-fix: add check to desc so we dont output null if undefined by @barnjamin in https://github.com/algorand/py-algorand-sdk/pull/368
6+
### Enhancements
7+
* AVM: Consolidate TEAL and AVM versions by @michaeldiamant in https://github.com/algorand/py-algorand-sdk/pull/361
8+
* Testing: Modify cucumber steps to use dev mode network by @algochoi in https://github.com/algorand/py-algorand-sdk/pull/360
9+
310
# v1.16.0
411

512
## What's Changed

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

0 commit comments

Comments
 (0)