Skip to content

Commit d84c719

Browse files
authored
v0.10.1 (#237)
1 parent 51ec8c9 commit d84c719

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.10.1
2+
3+
## Fixed
4+
* Fixed a bug which caused incorrect TEAL code to be produced for mutually recursive subroutines
5+
with different argument counts ([#234](https://github.com/algorand/pyteal/pull/234))
6+
* 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))
7+
18
# 0.10.0
29

310
## Added

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="pyteal",
10-
version="0.10.0",
10+
version="0.10.1",
1111
author="Algorand",
1212
author_email="[email protected]",
1313
description="Algorand Smart Contracts in Python",

0 commit comments

Comments
 (0)