Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 01d2cef

Browse files
committed
Bump version: 1.3.6 → 1.4.0
Changelog: - add py3 compatibility! thanks @pipermerriam! - add metropolis config #383 - add EIP86 #377 - add EIP98 #378 - add EIP100 #380 - add EIP106 see #390 - fix lazy encoding #352 - fix tester regression #370 - some minor refactorings
1 parent 5a1fc12 commit 01d2cef

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ after_script:
3232
notifications:
3333
slack:
3434
secure: W/UAhQ/GgYwMWrl3aiVAVOWr4WGdWrxUOX/rTB3ZgwDwGqDYLzQO5UqbsQlo1JXPZ6JOWfIPMURhHu7DSfue9dBW6xQ+NL+bFHe9lSXG4nqFK3IjezYyTBzNRJRDbGUvSSqgj6D5cwhJ8BjfUIRPbJz3CxL64KmsNXezEaMY60w=
35+
before_deploy:
36+
- cd $TRAVIS_BUILD_DIR
3537
deploy:
3638
provider: pypi
3739
user: ethereum_pypi_automated

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.6
2+
current_version = 1.4.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
2323
# see: https://github.com/ethereum/pyethapp/wiki/Development:-Versions-and-Releases
24-
version = '1.3.6'
24+
version = '1.4.0'
2525

2626
setup(
2727
name="ethereum",

0 commit comments

Comments
 (0)