Skip to content

Commit 5b62d85

Browse files
committed
Bump hypothesis-python version to 3.85.2 and update changelog
[skip ci]
1 parent 0bd72b2 commit 5b62d85

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

hypothesis-python/RELEASE.rst

-5
This file was deleted.

hypothesis-python/docs/changes.rst

+10
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.85.2:
25+
26+
-------------------
27+
3.85.2 - 2018-12-31
28+
-------------------
29+
30+
This release makes a small change to the way the shrinker works.
31+
You may see some improvements to speed of shrinking on especially large and hard to shrink examples,
32+
but most users are unlikely to see much difference.
33+
2434
.. _v3.85.1:
2535

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

hypothesis-python/src/hypothesis/version.py

+1-1
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, 85, 1)
20+
__version_info__ = (3, 85, 2)
2121
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)