Skip to content

Commit

Permalink
0.3.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed Jul 2, 2016
1 parent f9c1348 commit 8e957d4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
----
Version 0.4.0 30 Jun 2016
================================

ce734e21c9 Update `ethereum-tester-client` dependency version to 0.4.0

Version 0.3.1 30 Jun 2016
================================

ce734e21c9 Update `ethereum-tester-client` dependency version
ce734e21c9 Update `ethereum-tester-client` dependency version to 0.3.1

Version 0.3.0 30 Jun 2016
================================
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ json-rpc>=1.10.3
# TODO: bump this once the next version of pyethereum is released.
ethereum>=1.3.6
rlp>=0.4.4
ethereum-tester-client>=0.3.1
ethereum-tester-client>=0.4.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='eth-testrpc',
version="0.3.1",
version="0.3.2",
description='An Ethereum simulator for aiding smart contract development.',
long_description=long_description,
url='https://github.com/pipermerriam/eth-testrpc',
Expand All @@ -39,7 +39,7 @@
# TODO: bump this once the next version of pyethereum is released.
'ethereum>=1.3.6',
'rlp>=0.4.4',
'ethereum-tester-client>=0.3.1',
'ethereum-tester-client>=0.4.0',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 8e957d4

Please sign in to comment.