Skip to content

Commit d753217

Browse files
committed
Bump version: 5.1.0 → 5.2.0
1 parent 37a577d commit d753217

File tree

7 files changed

+24
-6
lines changed

7 files changed

+24
-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.1.0
2+
current_version = 5.2.0
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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@ v5 Breaking Changes Summary
66

77
.. towncrier release notes start
88
9+
v5.2.0 (2019-09-26)
10+
-------------------
11+
12+
Features
13+
~~~~~~~~
14+
15+
- Add ``enable_strict_bytes_type_checking`` flag to web3 instance (`#1419 <https://github.com/ethereum/web3.py/issues/1419>`__)
16+
- Move Geth Whisper methods to snake case and deprecate camel case methods (`#1433 <https://github.com/ethereum/web3.py/issues/1433>`__)
17+
18+
19+
Bugfixes
20+
~~~~~~~~
21+
22+
- Add null check to logsbloom formatter (`#1445 <https://github.com/ethereum/web3.py/issues/1445>`__)
23+
24+
25+
Improved Documentation
26+
~~~~~~~~~~~~~~~~~~~~~~
27+
28+
- Reformat autogenerated towncrier release notes (`#1460 <https://github.com/ethereum/web3.py/issues/1460>`__)
29+
30+
931
Web3 5.1.0 (2019-09-18)
1032
-----------------------
1133

newsfragments/1419.feature.rst

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

newsfragments/1433.feature.rst

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

newsfragments/1445.bugfix.rst

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

newsfragments/1460.doc.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.1.0',
61+
version='5.2.0',
6262
description="""Web3.py""",
6363
long_description_markdown_filename='README.md',
6464
author='Piper Merriam',

0 commit comments

Comments
 (0)