2.6.0 Release

This commit is contained in:
Piper Merriam 2016-09-06 21:02:35 -06:00
parent 8d85eef4a1
commit ccf7f5681e
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2.6.0
--------
* TestRPCProvider no longer dumps logging output to stdout and stderr.
* Bugfix for return types of `address[]`
* Bugfix for event data types of `address`
2.5.0
--------

View File

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