Skip to content

Commit

Permalink
3.11.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed Jul 26, 2017
1 parent a9cf36f commit a397f92
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.11.0
-----

* All web3 apis which accept `address` parameters now enforce checksums if the address *looks* like it is checksummed.
* Improvements to error messaging with when calling a contract on a node that may not be fully synced
* Bugfix for `web3.eth.syncing` to correctly handle `False`

3.10.0
-----

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

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

0 comments on commit a397f92

Please sign in to comment.