From d571b6f2c9f819553852c7f0a5b548bd3e3dc7ef Mon Sep 17 00:00:00 2001 From: Piper Merriam Date: Wed, 29 Jun 2016 15:31:06 -0600 Subject: [PATCH] 0.2.5 Release --- CHANGES.txt | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index a817e4d..453bfdd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,9 @@ ---- +Version 0.2.5 29 Jun 2016 +================================ + +a48598b5f7 Add `evm_mine` RPC method. + Version 0.2.4 29 Jun 2016 ================================ diff --git a/setup.py b/setup.py index 5084475..fd599bc 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name='eth-testrpc', - version="0.2.4", + version="0.2.5", description='An Ethereum simulator for aiding smart contract development.', long_description=long_description, url='https://github.com/pipermerriam/eth-testrpc',