Skip to content

Commit

Permalink
Bump version to v0.26.0 (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos committed Jan 2, 2024
1 parent 8c0445e commit 7f30e21
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Added

## Fixed

## Changed

# v0.26.0

## Added

* Support for AVM v10 programs. ([#714](https://github.com/algorand/pyteal/pull/714))
* New box operations:
* `App.box_resize`
Expand All @@ -19,10 +27,6 @@
* `EcMapTo`
* Support for Python 3.12. ([#713](https://github.com/algorand/pyteal/pull/713))

## Fixed

## Changed

# v0.25.0

## Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="pyteal",
version="0.25.0",
version="0.26.0",
author="Algorand",
author_email="pypiservice@algorand.com",
description="Algorand Smart Contracts in Python",
Expand Down

0 comments on commit 7f30e21

Please sign in to comment.