3.1.1 Release

This commit is contained in:
Piper Merriam 2016-10-12 16:46:00 -06:00
parent 791e653405
commit ce346fe627
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
3.1.1
-----
* Bugfix for contract transaction sending not respecting the
`web3.eth.defaultAccount` configuration.
3.1.0
-----

View File

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