From ce346fe6276f97ab7064b3f5eefdadd36d2dfda5 Mon Sep 17 00:00:00 2001 From: Piper Merriam Date: Wed, 12 Oct 2016 16:46:00 -0600 Subject: [PATCH] 3.1.1 Release --- CHANGELOG | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index b6a6861..207d48c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +3.1.1 +----- + +* Bugfix for contract transaction sending not respecting the + `web3.eth.defaultAccount` configuration. + 3.1.0 ----- diff --git a/setup.py b/setup.py index 29981c5..c58d620 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ readme = open(os.path.join(DIR, 'README.md')).read() setup( name='web3', - version='3.1.0', + version='3.1.1', description="""Web3.py""", long_description=readme, author='Piper Merriam',