We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0445e commit 7f30e21Copy full SHA for 7f30e21
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
## Added
4
5
+## Fixed
6
+
7
+## Changed
8
9
+# v0.26.0
10
11
+## Added
12
13
* Support for AVM v10 programs. ([#714](https://github.com/algorand/pyteal/pull/714))
14
* New box operations:
15
* `App.box_resize`
@@ -19,10 +27,6 @@
19
27
* `EcMapTo`
20
28
* Support for Python 3.12. ([#713](https://github.com/algorand/pyteal/pull/713))
21
29
22
-## Fixed
23
-
24
-## Changed
25
26
30
# v0.25.0
31
32
setup.py
@@ -7,7 +7,7 @@
setuptools.setup(
name="pyteal",
- version="0.25.0",
+ version="0.26.0",
author="Algorand",
author_email="[email protected]",
description="Algorand Smart Contracts in Python",
0 commit comments