Skip to content

Commit

Permalink
v0.10.1 (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos authored Mar 7, 2022
1 parent 51ec8c9 commit d84c719
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.10.1

## Fixed
* Fixed a bug which caused incorrect TEAL code to be produced for mutually recursive subroutines
with different argument counts ([#234](https://github.com/algorand/pyteal/pull/234))
* Minor docs updates ([#211](https://github.com/algorand/pyteal/pull/211), [#210](https://github.com/algorand/pyteal/pull/210), [#229](https://github.com/algorand/pyteal/pull/229))

# 0.10.0

## Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="pyteal",
version="0.10.0",
version="0.10.1",
author="Algorand",
author_email="pypiservice@algorand.com",
description="Algorand Smart Contracts in Python",
Expand Down

0 comments on commit d84c719

Please sign in to comment.