Skip to content

Commit

Permalink
Bump hypothesis-python version to 3.85.2 and update changelog
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
DRMacIver committed Dec 31, 2018
1 parent 0bd72b2 commit 5b62d85
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 0 additions & 5 deletions hypothesis-python/RELEASE.rst

This file was deleted.

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

.. _v3.85.2:

-------------------
3.85.2 - 2018-12-31
-------------------

This release makes a small change to the way the shrinker works.
You may see some improvements to speed of shrinking on especially large and hard to shrink examples,
but most users are unlikely to see much difference.

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

0 comments on commit 5b62d85

Please sign in to comment.