From 7d0bc1355d81eafb2fd814046480b2aa8e67ab7d Mon Sep 17 00:00:00 2001 From: Piper Merriam Date: Wed, 29 Jun 2016 14:29:47 -0600 Subject: [PATCH] 0.2.4 Releaes --- CHANGES.txt | 7 ++++++- setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index ae2262c..a817e4d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,10 @@ ---- -Version 0.2.3 27 Jun 2016 +Version 0.2.4 29 Jun 2016 +================================ + +c95b0da1ff Bugfix for `eth_getBlockByNumber` and `eth_getBlockByHash` methods. + +Version 0.2.3 29 Jun 2016 ================================ cdc2019e21 Add `eth_mining` and `rpc_configure` endpoints. diff --git a/setup.py b/setup.py index b8be3b3..5084475 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name='eth-testrpc', - version="0.2.3", + version="0.2.4", description='An Ethereum simulator for aiding smart contract development.', long_description=long_description, url='https://github.com/pipermerriam/eth-testrpc',