Skip to content

Commit

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

* Add validation for the `abi` parameter of `eth
* Contract return values of `bytes`, `bytesXX` and `string` are no longer converted to text types and will be returned in their raw byte-string format.

3.8.1
-----

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.8.1',
version='3.9.0',
description="""Web3.py""",
long_description=readme,
author='Piper Merriam',
Expand Down

0 comments on commit b3d8655

Please sign in to comment.