Skip to content

Commit

Permalink
3.5.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed Jan 11, 2017
1 parent d9cdb8f commit 24bacea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
3.5.0
-----

* Deprecate `web3.providers.rpc.RPCProvider`
* Deprecate `web3.providers.rpc.KeepAliveRPCProvider`
* Add new `web3.providers.rpc.HTTPProvider`
* Remove hard dependency on gevent.

3.4.4
-----

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

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

0 comments on commit 24bacea

Please sign in to comment.