File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
# v1.16.0
4
11
5
12
## What's Changed
Original file line number Diff line number Diff line change 9
9
description = "Algorand SDK in Python" ,
10
10
author = "Algorand" ,
11
11
author_email = "pypiservice@algorand.com" ,
12
- version = "v1.16.0 " ,
12
+ version = "v1.16.1 " ,
13
13
long_description = long_description ,
14
14
long_description_content_type = "text/markdown" ,
15
15
license = "MIT" ,
You can’t perform that action at this time.
0 commit comments