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,9 @@ 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.19] - 05.10.2021
8+ - Bugfix by [ MWFIAE] ( https://github.com/MWFIAE ) : add missing ` enable_epochs ` configurations
9+
710## [ 1.0.18] - 14.09.2021
811 - Load a local ` erdpy.json ` file when running ` erdpy ` commands, containing default values for CLI options per project
912 - Bugfix by [ MWFIAE] ( https://github.com/MWFIAE ) : correctly verify the value of the ` --bytecode ` argument
Original file line number Diff line number Diff line change 1- __version__ = "1.0.18 "
1+ __version__ = "1.0.19 "
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.18 "
6+ VERSION = "1.0.19 "
77
88try :
99 with open ('./erdpy/_version.py' , 'wt' ) as versionfile :
You can’t perform that action at this time.
0 commit comments