Skip to content

Commit d669b8c

Browse files
authored
Update changelog and version (#718)
1 parent 6860294 commit d669b8c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
## Changed
88

9+
# v0.26.1
10+
11+
## Fixed
12+
13+
* Correct `EcPairingCheck` & `EcSubgroupCheck` return types ([#717](https://github.com/algorand/pyteal/pull/717))
14+
915
# v0.26.0
1016

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

0 commit comments

Comments
 (0)