Skip to content

Commit 97049ec

Browse files
committed
Bump version to v1.7.0
1 parent fecc475 commit 97049ec

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 1.7.0
4+
### Added
5+
6+
- Add OnlineyKeyregTxn and OfflineKeyregTxn class and additional tests.
7+
- Signing support for rekeying to LogicSig/MultiSig account
8+
9+
### Enhancements
10+
11+
- Deprecate to_public_key and remove internal usage of to_public_key
12+
- Modified constants.py to match python.org PEP 8 style guidelines
13+
14+
### Bug Fixes
15+
16+
- Bugfix for newer Sphinx versions - m2r replaced with maintained m2r2
17+
- Fix typo in min/max balance indexer & make clearer
18+
- Merge Request headers in `algod.py`
19+
320
## 1.6.0
421
### Added
522
- Support for dynamic opcode accounting, backward jumps, loops, callsub, retsub

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
description="Algorand SDK in Python",
1010
author="Algorand",
1111
author_email="[email protected]",
12-
version="1.6.0",
12+
version="1.7.0",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
1515
license="MIT",

0 commit comments

Comments
 (0)