Skip to content

Commit 93342b9

Browse files
committed
Bump hypothesis-python version to 6.8.9 and update changelog
[skip ci]
1 parent b4ebb02 commit 93342b9

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

hypothesis-python/RELEASE.rst

-7
This file was deleted.

hypothesis-python/docs/changes.rst

+12
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ Hypothesis 6.x
1818

1919
.. include:: ../RELEASE.rst
2020

21+
.. _v6.8.9:
22+
23+
------------------
24+
6.8.9 - 2021-04-07
25+
------------------
26+
27+
This patch fixes :func:`~hypothesis.strategies.from_type` with
28+
:mod:`abstract types <python:abc>` which have either required but
29+
non-type-annotated arguments to ``__init__``, or where
30+
:func:`~hypothesis.strategies.from_type` can handle some concrete
31+
subclasses but not others.
32+
2133
.. _v6.8.8:
2234

2335
------------------

hypothesis-python/src/hypothesis/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
#
1414
# END HEADER
1515

16-
__version_info__ = (6, 8, 8)
16+
__version_info__ = (6, 8, 9)
1717
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)