File tree Expand file tree Collapse file tree 6 files changed +20
-7
lines changed Expand file tree Collapse file tree 6 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 5.8 .0
2+ current_version = 5.9 .0
33commit = True
44tag = True
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
Original file line number Diff line number Diff 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+
927v5.8.0 (2020-04-23)
1028-------------------
1129
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6363setup (
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' ,
You can’t perform that action at this time.
0 commit comments