Skip to content

Commit b9b0714

Browse files
committed
v0.6.2
1 parent 177b8ba commit b9b0714

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.6.2
2+
3+
## Fixed
4+
* Corrected documentation and examples that incorrectly used the `Txn.accounts` array ([#42](https://github.com/algorand/pyteal/pull/42)).
5+
* Fixed improper base32 validation and allow the use of padding ([#34](https://github.com/algorand/pyteal/pull/34)
6+
and [#37](https://github.com/algorand/pyteal/pull/37)).
7+
18
# 0.6.1
29

310
## Added

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
long_description = fh.read()
77

88
setuptools.setup(
9-
name="pyteal", # Replace with your own username
10-
version="0.6.1",
11-
author="Shumo Chu",
12-
author_email="shumo.chu@gmail.com",
9+
name="pyteal",
10+
version="0.6.2",
11+
author="Algorand",
12+
author_email="pypiservice@algorand.com",
1313
description="Algorand Smart Contracts in Python",
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)