Skip to content

Commit 7f30e21

Browse files
authored
Bump version to v0.26.0 (#715)
1 parent 8c0445e commit 7f30e21

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Added
44

5+
## Fixed
6+
7+
## Changed
8+
9+
# v0.26.0
10+
11+
## Added
12+
513
* Support for AVM v10 programs. ([#714](https://github.com/algorand/pyteal/pull/714))
614
* New box operations:
715
* `App.box_resize`
@@ -19,10 +27,6 @@
1927
* `EcMapTo`
2028
* Support for Python 3.12. ([#713](https://github.com/algorand/pyteal/pull/713))
2129

22-
## Fixed
23-
24-
## Changed
25-
2630
# v0.25.0
2731

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

0 commit comments

Comments
 (0)