2.7.1 Release

This commit is contained in:
Piper Merriam 2016-09-08 07:10:41 -06:00
parent 83127ec179
commit db36b9646e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2.7.1
--------
* Bugfix: Fix KeyError in merge_args_and_kwargs helper fn.
2.7.0
--------

View File

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