Skip to content

Commit f181f48

Browse files
committed
v0.6.1
1 parent 1240dae commit f181f48

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
114
# 0.6.0
215

316
## Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="pyteal", # Replace with your own username
10-
version="0.6.0",
10+
version="0.6.1",
1111
author="Shumo Chu",
1212
author_email="[email protected]",
1313
description="Algorand Smart Contracts in Python",

0 commit comments

Comments
 (0)