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,14 @@ 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.20] - 26.10.2021
8+ - Bugfix by [ phanletrunghieu] ( https://github.com/phanletrunghieu ) : use $PATH in ` erdpy-up `
9+ - Bugfix by [ x2ocoder] ( https://github.com/x2ocoder ) : add missing ` enable_epochs ` configurations
10+ - Dependency tags now accept ` latest `
11+ - New optional configuration value ` github_api_token ` for querying latest versions from Github
12+ - The command ` erdpy deps install ` now accepts ` all ` as an argument
13+ - More fixes for ` erdpy testnet `
14+
715## [ 1.0.19] - 05.10.2021
816 - Bugfix by [ MWFIAE] ( https://github.com/MWFIAE ) : add missing ` enable_epochs ` configurations
917
Original file line number Diff line number Diff line change 1- __version__ = "1.0.19 "
1+ __version__ = "1.0.20 "
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.19 "
6+ VERSION = "1.0.20 "
77
88try :
99 with open ('./erdpy/_version.py' , 'wt' ) as versionfile :
You can’t perform that action at this time.
0 commit comments