Skip to content

Commit 8531f4b

Browse files
authored
bump version number and changelog to 0.23.0 (#665)
1 parent 5cd3252 commit 8531f4b

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22

33
## Added
44

5+
## Fixed
6+
7+
## Changed
8+
9+
# v0.23.0
10+
11+
## Added
12+
513
* Improved error handling for tuple type mismatch: added information on position and expected type. ([#655](https://github.com/algorand/pyteal/pull/655))
614
* Added an `asdict()` method to `ast.router.BareCallActions`. ([#656](https://github.com/algorand/pyteal/pull/656))
715

816
## Fixed
917

1018
* Fixed wrong encoding result in tuple get last item. ([#663](https://github.com/algorand/pyteal/pull/663))
1119

12-
## Changed
13-
1420
# v0.22.0
1521

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

0 commit comments

Comments
 (0)