From 965bf54c04b2f2e61bc8ff3f8c2a4932d4772810 Mon Sep 17 00:00:00 2001 From: Piper Merriam Date: Sun, 4 Sep 2016 23:00:30 -0600 Subject: [PATCH] v2.3.0 release --- CHANGELOG | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 5a37de5..4ed9cfe 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 -------- diff --git a/setup.py b/setup.py index ae521e3..8750360 100644 --- a/setup.py +++ b/setup.py @@ -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',