3.4.4 Release

This commit is contained in:
Piper Merriam 2017-01-01 06:07:02 -07:00
parent 0eb88bdef3
commit 5673ccea3b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
3.4.4
-----
* Bugfix for `web3.eth.getTransaction` when the hash is unknown.
3.4.3
-----

View File

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