Skip to content

Commit b1ab983

Browse files
authored
changelog for v0.24.1 (#702)
* v0.24.1
1 parent ca97ccb commit b1ab983

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
## Fixed
66

7+
## Changed
8+
9+
# v0.24.1
10+
11+
## Fixed
12+
713
* Fixed sourcemap errors related to TMPL usage. ([#696](https://github.com/algorand/pyteal/pull/696))
814

915
## Changed

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.24.0",
10+
version="0.24.1",
1111
author="Algorand",
1212
author_email="[email protected]",
1313
description="Algorand Smart Contracts in Python",

0 commit comments

Comments
 (0)