Skip to content

Commit 999856f

Browse files
Merge pull request #44 from ElrondNetwork/version-1.0.19
Prepare version 1.0.19
2 parents b9d506b + c35ff01 commit 999856f

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

erdpy/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ 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.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

erdpy/_version.py

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

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.18"
6+
VERSION = "1.0.19"
77

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

0 commit comments

Comments
 (0)