Skip to content

Commit

Permalink
Bump hypothesis-python version to 4.5.2 and update changelog
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
DRMacIver committed Feb 6, 2019
1 parent 4aa0495 commit 3662076
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
Expand Up @@ -21,6 +21,17 @@ Hypothesis APIs come in three flavours:
You should generally assume that an API is internal unless you have specific
information to the contrary.

.. _v4.5.2:

------------------
4.5.2 - 2019-02-06
------------------

This release standardises all of the shrinker's internal operations on running in a random order.

The main effect you will see from this that it should now be much less common for the shrinker to stall for a long time before making further progress.
In some cases this will correspond to shrinking more slowly, but on average it should result in faster shrinking.

.. _v4.5.1:

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

from __future__ import absolute_import, division, print_function

__version_info__ = (4, 5, 1)
__version_info__ = (4, 5, 2)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit 3662076

Please sign in to comment.