Skip to content

Commit

Permalink
Bump version: 5.4.0 → 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed Feb 3, 2020
1 parent 802c6f5 commit 7306fde
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.4.0
current_version = 5.5.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
Expand Down
39 changes: 39 additions & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,45 @@ v5 Breaking Changes Summary

.. towncrier release notes start
v5.5.0 (2020-02-03)
-------------------

Features
~~~~~~~~

- ENS had to release a new registry to push a bugfix. See
`this article <https://medium.com/the-ethereum-name-service/ens-registry-migration-bug-fix-new-features-64379193a5a>`_
for background information. Web3.py uses the new registry for all default ENS interactions, now. (`#1573 <https://github.com/ethereum/web3.py/issues/1573>`__)


Bugfixes
~~~~~~~~

- Minor bugfix in how ContractCaller looks up abi functions. (`#1552 <https://github.com/ethereum/web3.py/issues/1552>`__)
- Update modules to use compatible typing-extensions import. (`#1554 <https://github.com/ethereum/web3.py/issues/1554>`__)
- Make 'from' and 'to' fields checksum addresses in returned transaction receipts (`#1562 <https://github.com/ethereum/web3.py/issues/1562>`__)
- Use local Trinity's IPC socket if it is available, for newer versions of Trinity. (`#1563 <https://github.com/ethereum/web3.py/issues/1563>`__)


Improved Documentation
~~~~~~~~~~~~~~~~~~~~~~

- Add Matomo Tracking to Docs site.

Matomo is an Open Source web analytics platform that allows us
to get better insights and optimize for our audience without
the negative consequences of other compareable platforms.

Read more: https://matomo.org/why-matomo/ (`#1541 <https://github.com/ethereum/web3.py/issues/1541>`__)
- Fix web3 typo in docs (`#1559 <https://github.com/ethereum/web3.py/issues/1559>`__)


Misc
~~~~

- `#1521 <https://github.com/ethereum/web3.py/issues/1521>`__, `#1546 <https://github.com/ethereum/web3.py/issues/1546>`__, `#1571 <https://github.com/ethereum/web3.py/issues/1571>`__


v5.4.0 (2019-12-06)
-------------------

Expand Down
1 change: 0 additions & 1 deletion newsfragments/1521.misc.rst

This file was deleted.

7 changes: 0 additions & 7 deletions newsfragments/1541.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1546.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1552.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1554.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1559.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1562.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1563.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1571.misc.rst

This file was deleted.

3 changes: 0 additions & 3 deletions newsfragments/1573.feature.rst

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
setup(
name='web3',
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
version='5.4.0',
version='5.5.0',
description="""Web3.py""",
long_description_markdown_filename='README.md',
author='Piper Merriam',
Expand Down

0 comments on commit 7306fde

Please sign in to comment.