We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1240dae commit f181f48Copy full SHA for f181f48
CHANGELOG.md
@@ -1,3 +1,16 @@
1
+# 0.6.1
2
+
3
+## Added
4
+* An application deployment example, `vote_deploy.py`.
5
6
+## Fixed
7
+* Internal modules no longer pollute the global namespace when importing with `from pyteal import *`
8
+([#29](https://github.com/algorand/pyteal/pull/29)).
9
+* Fixed several documentation typos.
10
11
+## Changed
12
+* Moved signature and application mode examples into separate folders.
13
14
# 0.6.0
15
16
## Added
setup.py
@@ -7,7 +7,7 @@
setuptools.setup(
name="pyteal", # Replace with your own username
- version="0.6.0",
+ version="0.6.1",
author="Shumo Chu",
author_email="[email protected]",
description="Algorand Smart Contracts in Python",
0 commit comments