3.5.2 Release

This commit is contained in:
Piper Merriam 2017-01-19 11:24:19 -07:00
parent 0852266c6f
commit 413459dbc7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
3.5.2
-----
* Bugfix for construction of `request_kwargs` within HTTPProvider
3.5.1
-----

View File

@ -16,7 +16,7 @@ readme = open(os.path.join(DIR, 'README.md')).read()
setup(
name='web3',
version='3.5.1',
version='3.5.2',
description="""Web3.py""",
long_description=readme,
author='Piper Merriam',