Skip to content

Commit 226242f

Browse files
committed
Bump version: 5.2.1 → 5.2.2
1 parent ce6efb9 commit 226242f

File tree

7 files changed

+23
-6
lines changed

7 files changed

+23
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.2.1
2+
current_version = 5.2.2
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

docs/releases.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ v5 Breaking Changes Summary
66

77
.. towncrier release notes start
88
9+
v5.2.2 (2019-10-21)
10+
-------------------
11+
12+
Features
13+
~~~~~~~~
14+
15+
- Add poll_latency to waitForTransactionReceipt (`#1453 <https://github.com/ethereum/web3.py/issues/1453>`__)
16+
17+
18+
Bugfixes
19+
~~~~~~~~
20+
21+
- Fix flaky Parity whisper module test (`#1473 <https://github.com/ethereum/web3.py/issues/1473>`__)
22+
23+
24+
Misc
25+
~~~~
26+
27+
- `#1472 <https://github.com/ethereum/web3.py/issues/1472>`__, `#1474 <https://github.com/ethereum/web3.py/issues/1474>`__
28+
29+
930
v5.2.1 (2019-10-17)
1031
-------------------
1132

newsfragments/1453.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/1472.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/1473.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/1474.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
setup(
5959
name='web3',
6060
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
61-
version='5.2.1',
61+
version='5.2.2',
6262
description="""Web3.py""",
6363
long_description_markdown_filename='README.md',
6464
author='Piper Merriam',

0 commit comments

Comments
 (0)