Skip to content

Commit 05bbf57

Browse files
committed
Bump version: 5.8.0 → 5.9.0
1 parent c159e80 commit 05bbf57

File tree

6 files changed

+20
-7
lines changed

6 files changed

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

77
.. towncrier release notes start
88
9+
v5.9.0 (2020-04-30)
10+
-------------------
11+
12+
Features
13+
~~~~~~~~
14+
15+
- Upgrade eth-account to use v0.5.2+. eth-account 0.5.2 adds support for hd accounts
16+
17+
Also had to pin eth-keys to get dependencies to resolve. (`#1622 <https://github.com/ethereum/web3.py/issues/1622>`__)
18+
19+
20+
Bugfixes
21+
~~~~~~~~
22+
23+
- Fix local_filter_middleware new entries bug (`#1514 <https://github.com/ethereum/web3.py/issues/1514>`__)
24+
- ENS ``name`` and ENS ``address`` can return ``None``. Fixes return types. (`#1633 <https://github.com/ethereum/web3.py/issues/1633>`__)
25+
26+
927
v5.8.0 (2020-04-23)
1028
-------------------
1129

newsfragments/1514.bugfix.rst

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

newsfragments/1622.feature.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

newsfragments/1633.bugfix.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
@@ -63,7 +63,7 @@
6363
setup(
6464
name='web3',
6565
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
66-
version='5.8.0',
66+
version='5.9.0',
6767
description="""Web3.py""",
6868
long_description_content_type='text/markdown',
6969
long_description_markdown_filename='README.md',

0 commit comments

Comments
 (0)