We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c460878 commit 1910770Copy full SHA for 1910770
hypothesis-python/RELEASE.rst
hypothesis-python/docs/changes.rst
@@ -18,6 +18,16 @@ Hypothesis 6.x
18
19
.. include:: ../RELEASE.rst
20
21
+.. _v6.21.5:
22
+
23
+-------------------
24
+6.21.5 - 2021-09-16
25
26
27
+This release fixes ``None`` being inferred as the float64 dtype in
28
+:func:`~xps.from_dtype()` and :func:`~xps.arrays()` from the
29
+:ref:`Array API extra <array-api>`.
30
31
.. _v6.21.4:
32
33
-------------------
hypothesis-python/src/hypothesis/version.py
@@ -13,5 +13,5 @@
13
#
14
# END HEADER
15
16
-__version_info__ = (6, 21, 4)
+__version_info__ = (6, 21, 5)
17
__version__ = ".".join(map(str, __version_info__))
0 commit comments