Skip to content

Commit c44414c

Browse files
committed
Bump hypothesis-python version to 3.88.2 and update changelog
[skip ci]
1 parent ec02c47 commit c44414c

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

hypothesis-python/RELEASE.rst

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

hypothesis-python/docs/changes.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ 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.88.2:
25+
26+
-------------------
27+
3.88.2 - 2019-01-11
28+
-------------------
29+
30+
This is a pure refactoring release that extracts some logic from the core Hypothesis engine
31+
into its own class and file. It should have no user visible impact.
32+
2433
.. _v3.88.1:
2534

2635
-------------------

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

0 commit comments

Comments
 (0)