Skip to content

Commit 17b85cc

Browse files
committed
Bump hypothesis-python version to 3.86.8 and update changelog
[skip ci]
1 parent 4040838 commit 17b85cc

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

hypothesis-python/RELEASE.rst

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

hypothesis-python/docs/changes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ 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.8:
25+
26+
-------------------
27+
3.86.8 - 2019-01-09
28+
-------------------
29+
30+
This release has no user visible changes but updates our URLs to use HTTPS.
31+
2432
.. _v3.86.7:
2533

2634
-------------------

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

0 commit comments

Comments
 (0)