From bd661e33bbc1d62266be405bfb49c1288821a011 Mon Sep 17 00:00:00 2001 From: Piper Merriam Date: Wed, 7 Sep 2016 17:56:40 -0600 Subject: [PATCH] 2.7.0 Release --- CHANGELOG | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index b85addd..4d11fbb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +2.7.0 +-------- + +* Bugfix for usage of block identifiers 'latest', 'earliest', 'pending' +* Sphinx documentation +* Non-data transactions now default to 90000 gas. +* Web3 object now has helpers set as static methods rather than being set at + initialization. +* RPCProvider now takes a `path` parameter to allow configuration for requests + to go to paths other than `/`. + 2.6.0 -------- diff --git a/setup.py b/setup.py index c52707c..d74d383 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.6.0', + version='2.7.0', description="""Web3.py""", long_description=readme, author='Piper Merriam',