3.4.0 Release

This commit is contained in:
Piper Merriam 2016-12-28 17:12:12 -07:00
parent d45b9b432e
commit f9c25ab1bc
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
3.4.0
-----
* Bugfix for contract instances to respect `web3.eth.defaultAccount`
* Better error reporting when ABI decoding fails for contract method response.
3.3.0
-----

View File

@ -16,13 +16,12 @@ readme = open(os.path.join(DIR, 'README.md')).read()
setup(
name='web3',
version='3.3.0',
version='3.4.0',
description="""Web3.py""",
long_description=readme,
author='Piper Merriam',
author_email='pipermerriam@gmail.com',
url='https://github.com/pipermerriam/web3.py',
download_url="https://github.com/pipermerriam/web3.py/tarball/0.1.9",
include_package_data=True,
install_requires=[
"pysha3>=0.3",