File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes will be documented in this file.
44
55Check [ 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
Original file line number Diff line number Diff line change 1- __version__ = "1.0.14 "
1+ __version__ = "1.0.16 "
Original file line number Diff line number Diff line change 33with 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
88try :
99 with open ('./erdpy/_version.py' , 'wt' ) as versionfile :
You can’t perform that action at this time.
0 commit comments