Skip to content
This repository was archived by the owner on Aug 8, 2018. It is now read-only.

Commit 917ca8a

Browse files
committed
Merge branch 'origin/develop' into parallel_block_download
Update into latest devp2p
2 parents 3219708 + 52d02f1 commit 917ca8a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ werkzeug
1111
ipython>=5.4.0,<6.0.0
1212
statistics
1313
requests
14-
rlp>=0.5.1,<0.6.0
15-
devp2p>=0.8.0
16-
ethereum>=1.5.1
14+
rlp>=0.6.0,<0.7.0
15+
devp2p>=0.9.3
16+
ethereum>=2.0.4
1717
pbkdf2
1818
scrypt
1919
pexpect

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.5.0
2+
current_version = 1.5.1a0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<num>\d+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def run_tests(self):
5858

5959
# *IMPORTANT*: Don't manually change the version here. Use the 'bump2version' utility.
6060
# see: https://github.com/ethereum/pyethapp/wiki/Development:-Versions-and-Releases
61-
version = '1.5.0'
61+
version = '1.5.1a0'
6262

6363
setup(
6464
name='pyethapp',

0 commit comments

Comments
 (0)