Skip to content

Commit 402e3c5

Browse files
committed
Bump hypothesis-python version to 3.86.9 and update changelog
[skip ci]
1 parent 29fb9eb commit 402e3c5

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

hypothesis-python/RELEASE.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

hypothesis-python/docs/changes.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ Hypothesis APIs come in three flavours:
2121
You should generally assume that an API is internal unless you have specific
2222
information to the contrary.
2323

24+
.. _v3.86.9:
25+
26+
-------------------
27+
3.86.9 - 2019-01-09
28+
-------------------
29+
30+
This release improves some internal logic about when a test case in Hypothesis's internal representation could lead to a valid test case.
31+
In some circumstances this can lead to a significant speed up during shrinking.
32+
It may have some minor negative impact on the quality of the final result due to certain shrink passes now having access to less information about test cases in some circumstances, but this should rarely matter.
33+
2434
.. _v3.86.8:
2535

2636
-------------------

hypothesis-python/src/hypothesis/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717

1818
from __future__ import absolute_import, division, print_function
1919

20-
__version_info__ = (3, 86, 8)
20+
__version_info__ = (3, 86, 9)
2121
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)