File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ All notable changes will be documented in this file.
55Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
66
77## [ Unreleased]
8+ - TBD
9+
10+ ## [ 1.2.3]
811 - [ Fix activation flag check, fix flag name] ( https://github.com/ElrondNetwork/elrond-sdk-erdpy/pull/123 )
12+ - [ Fix reference to libwasmer (referenced by mandos-test)] ( https://github.com/ElrondNetwork/elrond-sdk-erdpy/pull/124 )
913
1014## [ 1.2.2]
1115 - [ Add (update) examples of using erdpy in Python scripts. Refactoring.] ( https://github.com/ElrondNetwork/elrond-sdk-erdpy/pull/120 )
Original file line number Diff line number Diff line change 1- __version__ = "1.2.2 "
1+ __version__ = "1.2.3 "
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.2.2 "
6+ VERSION = "1.2.3 "
77
88try :
99 with open ('./erdpy/_version.py' , 'wt' ) as versionfile :
You can’t perform that action at this time.
0 commit comments