2.2.0 Release

This commit is contained in:
Piper Merriam 2016-09-02 23:07:09 -06:00
parent f3e6363183
commit 0f25b90960
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2.2.0
--------
* The filters that come back from the contract `on` and `pastEvents` methods
now call their callbacks with the same data format as `web3.js`.
2.1.1
--------

View File

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