We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b66d75f commit b83c7d4Copy full SHA for b83c7d4
hypothesis-python/RELEASE.rst
hypothesis-python/docs/changes.rst
@@ -18,6 +18,15 @@ Hypothesis 6.x
18
19
.. include:: ../RELEASE.rst
20
21
+.. _v6.23.4:
22
+
23
+-------------------
24
+6.23.4 - 2021-10-20
25
26
27
+This patch adds an error for when ``shapes`` in :func:`xps.arrays()` is not
28
+passed as either a valid shape or strategy.
29
30
.. _v6.23.3:
31
32
-------------------
hypothesis-python/src/hypothesis/version.py
@@ -13,5 +13,5 @@
13
#
14
# END HEADER
15
16
-__version_info__ = (6, 23, 3)
+__version_info__ = (6, 23, 4)
17
__version__ = ".".join(map(str, __version_info__))
0 commit comments