From b1ab98396e42cb5fe4ca776e7cf4688329aba71d Mon Sep 17 00:00:00 2001 From: Bob Broderick <118225939+bbroder-algo@users.noreply.github.com> Date: Tue, 18 Apr 2023 14:40:21 -0400 Subject: [PATCH] changelog for v0.24.1 (#702) * v0.24.1 --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffcf55b59..90ca79e62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ## Fixed +## Changed + +# v0.24.1 + +## Fixed + * Fixed sourcemap errors related to TMPL usage. ([#696](https://github.com/algorand/pyteal/pull/696)) ## Changed diff --git a/setup.py b/setup.py index 3785cbfd9..3ff516763 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="pyteal", - version="0.24.0", + version="0.24.1", author="Algorand", author_email="pypiservice@algorand.com", description="Algorand Smart Contracts in Python",