Skip to content

Commit

Permalink
Bump hypothesis-python version to 4.39.3 and update changelog
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
DRMacIver committed Oct 9, 2019
1 parent 017ca45 commit 3022ae3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
9 changes: 0 additions & 9 deletions hypothesis-python/RELEASE.rst

This file was deleted.

14 changes: 14 additions & 0 deletions hypothesis-python/docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@ Hypothesis APIs come in three flavours:
You should generally assume that an API is internal unless you have specific
information to the contrary.

.. _v4.39.3:

-------------------
4.39.3 - 2019-10-09
-------------------

This patch improves our type hints on the :func:`~hypothesis.strategies.emails`,
:func:`~hypothesis.strategies.functions`, :func:`~hypothesis.strategies.integers`,
:func:`~hypothesis.strategies.iterables`, and :func:`~hypothesis.strategies.slices`
strategies, as well as the ``.filter()`` method.

There is no runtime change, but if you use :pypi:`mypy` or a similar
type-checker on your tests the results will be a bit more precise.

.. _v4.39.2:

-------------------
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 @@ -17,5 +17,5 @@

from __future__ import absolute_import, division, print_function

__version_info__ = (4, 39, 2)
__version_info__ = (4, 39, 3)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit 3022ae3

Please sign in to comment.