Skip to content

Commit

Permalink
3.10.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed Jul 18, 2017
1 parent 6e0315b commit 799f308
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
3.10.0
-----

* Web3 now returns `web3.utils.datastructures.AttributeDict` in places where it previously returned a normal `dict`.
* `web3.eth.contract` now performs validation on the `address` parameter.
* Added `web3.eth.getWork` API

3.9.0
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='web3',
version='3.9.0',
version='3.10.0',
description="""Web3.py""",
long_description=readme,
author='Piper Merriam',
Expand Down

0 comments on commit 799f308

Please sign in to comment.