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

Commit ddaac54

Browse files
committed
Bump version: 1.6.0 → 1.6.1
Changelog/PRs: - #423: "State snapshot module" - #425: "Wrap encode_hex to support changes to pyrlp 0.4.7" - #428: "fix memory leak in vm" - #431: "compile_code: raise exception when solc missing" - #433: "fix genesis timestamp" - #434: "Adjust to pysha3 breaking changes" - #435: "Fix solidity combinedjson" - #438: "Install solc from zip" - #439: "Shouldn't have a number equal to 2^256 in EVM" - #441: "Always install solidity dependencies"
1 parent b0437c0 commit ddaac54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.6.0
2+
current_version = 1.6.1
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.6.0'
24+
version = '1.6.1'
2525

2626
setup(
2727
name="ethereum",

0 commit comments

Comments
 (0)