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

Commit 97c78c6

Browse files
committed
Bump version: 1.2.3 → 1.3.0
Changelog: - add support for `eth_sendRawTransaction` 6ee6ea7 - allow for host_address in JSONRPCClient #118 - fixed local tx signing - refined blockchain export example `examples/export.py`
1 parent fbaa6d4 commit 97c78c6

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

setup.py

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

4848
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
4949
# see: https://github.com/ethereum/pyethapp/wiki/Development:-Versions-and-Releases
50-
version = '1.2.3'
50+
version = '1.3.0'
5151

5252
setup(
5353
name='pyethapp',

0 commit comments

Comments
 (0)