File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 6
6
7
7
## Changed
8
8
9
+ # v0.27.0
10
+
11
+ ## Added
12
+
13
+ * Added new fields for global, acct_params_get, and block ([ #722 ] ( https://github.com/algorand/pyteal/pull/722 ) ))
14
+ * Added new fields for global, acct_params_get, and block
15
+ * online_state and voter_params_get
16
+ * mimc opcode
17
+
18
+ ## Changed
19
+
20
+ * Update recurring_swap.py ([ #721 ] ( https://github.com/algorand/pyteal/pull/721 ) )
21
+ * Bump setuptools from 69.0.2 to 70.0.0 ([ #725 ] ( https://github.com/algorand/pyteal/pull/725 ) )
22
+ * Upgrade Black to 24.8.0. ([ #724 ] ( https://github.com/algorand/pyteal/pull/724 ) )
23
+
9
24
# v0.26.1
10
25
11
26
## Fixed
Original file line number Diff line number Diff line change 7
7
8
8
setuptools .setup (
9
9
name = "pyteal" ,
10
- version = "0.26.1 " ,
10
+ version = "0.27.0 " ,
11
11
author = "Algorand" ,
12
12
author_email = "pypiservice@algorand.com" ,
13
13
description = "Algorand Smart Contracts in Python" ,
You can’t perform that action at this time.
0 commit comments