2.7.0 Release

This commit is contained in:
Piper Merriam 2016-09-07 17:56:40 -06:00
parent 1d559ad915
commit bd661e33bb
2 changed files with 12 additions and 1 deletions

View File

@ -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
--------

View File

@ -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',