Skip to content

Commit

Permalink
Bump version: 5.2.1 → 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed Oct 21, 2019
1 parent ce6efb9 commit 226242f
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 6 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.2.1
current_version = 5.2.2
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
Expand Down
21 changes: 21 additions & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ v5 Breaking Changes Summary

.. towncrier release notes start
v5.2.2 (2019-10-21)
-------------------

Features
~~~~~~~~

- Add poll_latency to waitForTransactionReceipt (`#1453 <https://github.com/ethereum/web3.py/issues/1453>`__)


Bugfixes
~~~~~~~~

- Fix flaky Parity whisper module test (`#1473 <https://github.com/ethereum/web3.py/issues/1473>`__)


Misc
~~~~

- `#1472 <https://github.com/ethereum/web3.py/issues/1472>`__, `#1474 <https://github.com/ethereum/web3.py/issues/1474>`__


v5.2.1 (2019-10-17)
-------------------

Expand Down
1 change: 0 additions & 1 deletion newsfragments/1453.feature.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1474.misc.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 @@ -58,7 +58,7 @@
setup(
name='web3',
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
version='5.2.1',
version='5.2.2',
description="""Web3.py""",
long_description_markdown_filename='README.md',
author='Piper Merriam',
Expand Down

0 comments on commit 226242f

Please sign in to comment.