1.8.0 Release

This commit is contained in:
Piper Merriam 2016-08-15 13:27:19 -06:00
parent cf0d902084
commit 4d72270c67
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
1.8.0
--------
* BugFix: `RPCProvider` not sending a content-type header
* Bugfix: `web3.toWei` now returns an integer instead of a decimal.Decimal
1.7.1
--------

View File

@ -16,7 +16,7 @@ readme = open(os.path.join(DIR, 'README.md')).read()
setup(
name='web3',
version='1.7.1',
version='1.8.0',
description="""Web3.py""",
long_description=readme,
author='Piper Merriam',