Skip to content

Commit 8b51ae6

Browse files
committed
Prepare version 1.0.20
1 parent acbcf27 commit 8b51ae6

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

erdpy/CHANGELOG.md

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

erdpy/_version.py

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

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.19"
6+
VERSION = "1.0.20"
77

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

0 commit comments

Comments
 (0)