Skip to content

Commit

Permalink
Bump hypothesis-python version to 5.34.1 and update changelog
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
DRMacIver committed Sep 11, 2020
1 parent 23d98c1 commit eecf21b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
6 changes: 0 additions & 6 deletions hypothesis-python/RELEASE.rst

This file was deleted.

11 changes: 11 additions & 0 deletions hypothesis-python/docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ on `PyPI <https://pypi.org/project/hypothesis/>`__.
Hypothesis 5.x
==============

.. _v5.34.1:

-------------------
5.34.1 - 2020-09-11
-------------------

This patch adds explicit :class:`~python:typing.Optional` annotations to our public API,
to better support users who run :pypi:`mypy` with ``--strict`` or ``no_implicit_optional=True``.

Thanks to Krzysztof Przybyła for bringing this to our attention and writing the patch!

.. _v5.34.0:

-------------------
Expand Down
2 changes: 1 addition & 1 deletion hypothesis-python/src/hypothesis/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
#
# END HEADER

__version_info__ = (5, 34, 0)
__version_info__ = (5, 34, 1)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit eecf21b

Please sign in to comment.