Skip to content

Commit

Permalink
3.4.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed Dec 29, 2016
1 parent d45b9b4 commit f9c25ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@

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",
Expand Down

0 comments on commit f9c25ab

Please sign in to comment.