Skip to content

Commit

Permalink
Bump hypothesis-python version to 3.86.4 and update changelog
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
DRMacIver committed Jan 4, 2019
1 parent 285633b commit 0ca8df8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 0 additions & 4 deletions hypothesis-python/RELEASE.rst

This file was deleted.

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

.. _v3.86.4:

-------------------
3.86.4 - 2019-01-04
-------------------

This release changes the order that the shrinker tries to delete data in.
For large and slow tests this may significantly improve the performance of shrinking.

.. _v3.86.3:

-------------------
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__ = (3, 86, 3)
__version_info__ = (3, 86, 4)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit 0ca8df8

Please sign in to comment.