Skip to content

Commit

Permalink
Bump version: 5.10.0 → 5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wolovim committed Jun 3, 2020
1 parent 01557bb commit d9cd290
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 7 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.10.0
current_version = 5.11.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
Expand Down
23 changes: 23 additions & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,29 @@ v5 Breaking Changes Summary

.. towncrier release notes start
v5.11.0 (2020-06-03)
--------------------

Features
~~~~~~~~

- Accept a block identifier in the ``Contract.estimateGas`` method. Includes a related upgrade of eth-tester to v0.5.0-beta.1. (`#1639 <https://github.com/ethereum/web3.py/issues/1639>`__)
- Introduce a more specific validation error, ``ExtraDataLengthError``. This enables tools to detect when someone may be connected to a POA network, for example, and provide a smoother developer experience. (`#1666 <https://github.com/ethereum/web3.py/issues/1666>`__)


Bugfixes
~~~~~~~~

- Correct the type annotations of `FilterParams.address` (`#1664 <https://github.com/ethereum/web3.py/issues/1664>`__)


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

- Corrects the return value of ``getTransactionReceipt``, description of caching middleware, and deprecated method names. (`#1663 <https://github.com/ethereum/web3.py/issues/1663>`__)
- Corrects documentation of websocket timeout configuration. (`#1665 <https://github.com/ethereum/web3.py/issues/1665>`__)


v5.10.0 (2020-05-18)
--------------------

Expand Down
1 change: 0 additions & 1 deletion newsfragments/1639.feature.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1666.feature.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.10.0',
version='5.11.0',
description="""Web3.py""",
long_description_content_type='text/markdown',
long_description_markdown_filename='README.md',
Expand Down

0 comments on commit d9cd290

Please sign in to comment.