Skip to content

Commit

Permalink
Bump version: 5.12.0-beta.1 → 5.12.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wolovim committed Jul 14, 2020
1 parent b8507ea commit 4dedca5
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 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.12.0-beta.1
current_version = 5.12.0-beta.2
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
Expand Down
16 changes: 16 additions & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ v5 Breaking Changes Summary

.. towncrier release notes start
v5.12.0-beta.2 (2020-07-14)
---------------------------

Bugfixes
~~~~~~~~

- Support ethpm-spec submodule in distributions. (`#1682 <https://github.com/ethereum/web3.py/issues/1682>`__)


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

- Modernize the deploy contract example. (`#1679 <https://github.com/ethereum/web3.py/issues/1679>`__)
- Use ethpm v3 packages in examples documentation. (`#1683 <https://github.com/ethereum/web3.py/issues/1683>`__)


v5.12.0-beta.1 (2020-07-09)
---------------------------

Expand Down
1 change: 0 additions & 1 deletion newsfragments/1679.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1682.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1683.doc.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 @@ -60,7 +60,7 @@
setup(
name='web3',
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
version='5.12.0-beta.1',
version='5.12.0-beta.2',
description="""Web3.py""",
long_description_content_type='text/markdown',
long_description_markdown_filename='README.md',
Expand Down

0 comments on commit 4dedca5

Please sign in to comment.