v2.3.0 release

This commit is contained in:
Piper Merriam 2016-09-04 23:00:30 -06:00
parent fbac5cbc2c
commit 965bf54c04
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2.3.0
--------
* Upstream fixes for filters
* Filter APIs `on` and `pastEvents` now callable as both instance and class methods.
2.2.0
--------

View File

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