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

Commit 3468639

Browse files
committed
Bump version: 1.2.1 → 1.2.2
1 parent 767ba6f commit 3468639

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.2.1
2+
current_version = 1.2.2
33
commit = True
44
tag = True
55

setup.py

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

4040
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
4141
# see: https://github.com/ethereum/pyethapp/wiki/Development:-Versions-and-Releases
42-
version = '1.2.1'
42+
version = '1.2.2'
4343

4444
setup(
4545
name='pyethapp',

0 commit comments

Comments
 (0)