From 8d8b9dcd4adcdc18cdaa9bdb6022182ff0a20cd9 Mon Sep 17 00:00:00 2001 From: Piper Merriam Date: Tue, 6 Sep 2016 14:15:56 -0600 Subject: [PATCH] 2.5.0 Release --- CHANGELOG | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index d13d02d..afd1c0b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 -------- diff --git a/setup.py b/setup.py index 67bc090..58bd3db 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.4.0', + version='2.5.0', description="""Web3.py""", long_description=readme, author='Piper Merriam',