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

Commit

Permalink
Bump version: 1.3.6 → 1.4.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
konradkonrad committed Jul 11, 2016
1 parent 5a1fc12 commit 8cfcacb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.6
current_version = 1.4.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

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

setup(
name="ethereum",
Expand Down

0 comments on commit 8cfcacb

Please sign in to comment.