Skip to content

Commit

Permalink
Bump version: 5.0.2 → 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed Sep 18, 2019
1 parent ed066eb commit d8ab27a
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 13 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.0.2
current_version = 5.1.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
Expand Down
33 changes: 33 additions & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
Web3 5.1.0 (2019-09-18)
-----------------------

Features
~~~~~~~~

- Add ``contract_types`` property to ``Package`` class. (`#1440 <https://github.com/ethereum/web3.py/issues/1440>`__)


Bugfixes
~~~~~~~~

- Fix flaky parity integration test in the whisper module (`#1147 <https://github.com/ethereum/web3.py/issues/1147>`__)


Improved Documentation
~~~~~~~~~~~~~~~~~~~~~~

- Remove whitespace, move ``topics`` key -> ``topic`` in Geth docs (`#1425 <https://github.com/ethereum/web3.py/issues/1425>`__)
- Enforce stricter doc checking, turning warnings into errors to fail CI builds
to catch issues quickly.

Add missing ``web3.tools.rst`` to the table of contents and fix incorrectly formatted
JSON example. (`#1437 <https://github.com/ethereum/web3.py/issues/1437>`__)
- Add example using Geth POA Middleware with Infura Rinkeby Node (`#1444 <https://github.com/ethereum/web3.py/issues/1444>`__)


Misc
~~~~

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


Release Notes
=============

Expand Down
1 change: 0 additions & 1 deletion newsfragments/1147.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1425.doc.rst

This file was deleted.

5 changes: 0 additions & 5 deletions newsfragments/1437.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1440.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1444.doc.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1451.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.0.2',
version='5.1.0',
description="""Web3.py""",
long_description_markdown_filename='README.md',
author='Piper Merriam',
Expand Down

0 comments on commit d8ab27a

Please sign in to comment.