File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+
3
+ # v1.20.2
4
+
5
+ ## What's Changed
6
+ ### Bugfixes
7
+ * Bug-Fix: encode ABI string with non-ASCII characters by @ahangsu in https://github.com/algorand/py-algorand-sdk/pull/402
8
+ ### Enhancements
9
+ * Tests: Migrate v1 algod dependencies to v2 in cucumber tests by @algochoi in https://github.com/algorand/py-algorand-sdk/pull/400
10
+ * Enhancement: allowing zero length static array by @ahangsu in https://github.com/algorand/py-algorand-sdk/pull/401
11
+ * README: Delete Travis CI Badge by @algochoi in https://github.com/algorand/py-algorand-sdk/pull/404
12
+ * examples: Migrate v1 algod usage to v2 algod by @algochoi in https://github.com/algorand/py-algorand-sdk/pull/403
13
+
14
+ ** Full Changelog** : https://github.com/algorand/py-algorand-sdk/compare/v1.20.1...v1.20.2
15
+
2
16
# v1.20.1
3
17
4
18
## 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.20.1 " ,
12
+ version = "v1.20.2 " ,
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