2.5.0 Release

This commit is contained in:
Piper Merriam 2016-09-06 14:15:56 -06:00
parent 577877de6b
commit 8d8b9dcd4a
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2.5.0
--------
* All transactions which contain a `data` element will now have their gas
automatically estimated with 100k additional buffer. This was previously
only true with transactions initiated from a `Contract` object.
2.4.0
--------

View File

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