Skip to content

Commit 6ce0097

Browse files
Merge pull request #24 from ElrondNetwork/version-1.0.16
Create version 1.0.16
2 parents 91826bb + 00351e8 commit 6ce0097

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

erdpy/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes will be documented in this file.
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [1.0.16] - 27.08.2021
8+
- Merge branch `legolas-addons`
9+
- Fix `erdpy testnet` to work with recent changes in `elrond-go`
10+
- Add more type hints for `mypy`
11+
- Many small improvements
12+
713
## [1.0.12] - 22.03.2021
814
- Minor fixes to the configuration profiles support
915
- Dependency `arwentools` is now built locally, instead of fetching precompiled binaries

erdpy/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.14"
1+
__version__ = "1.0.16"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with open("README.md", "r") as fh:
44
long_description = "https://github.com/ElrondNetwork/elrond-sdk-erdpy"
55

6-
VERSION = "1.0.15"
6+
VERSION = "1.0.16"
77

88
try:
99
with open('./erdpy/_version.py', 'wt') as versionfile:

0 commit comments

Comments
 (0)