Skip to content

Commit

Permalink
Bump hypothesis-python version to 5.37.3 and update changelog
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
DRMacIver committed Oct 15, 2020
1 parent 05df8ba commit 388b0d6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
8 changes: 0 additions & 8 deletions hypothesis-python/RELEASE.rst

This file was deleted.

13 changes: 13 additions & 0 deletions hypothesis-python/docs/changes.rst
Expand Up @@ -10,6 +10,19 @@ on `PyPI <https://pypi.org/project/hypothesis/>`__.
Hypothesis 5.x
==============

.. _v5.37.3:

-------------------
5.37.3 - 2020-10-15
-------------------

This patch improves :func:`~hypothesis.strategies.builds` and
:func:`~hypothesis.strategies.from_type` support for explicitly defined ``__signature__``
attributes, from :ref:`version 5.8.3 <v5.8.3>`, to support generic types from the
:mod:`python:typing` module.

Thanks to Rónán Carrigan for identifying and fixing this problem!

.. _v5.37.2:

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

__version_info__ = (5, 37, 2)
__version_info__ = (5, 37, 3)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit 388b0d6

Please sign in to comment.