Skip to content

Commit 0328676

Browse files
committed
Bump hypothesis-python version to 6.135.3 and update changelog
[skip ci]
1 parent 26b75d5 commit 0328676

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

hypothesis-python/RELEASE.rst

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

hypothesis-python/docs/changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ Hypothesis 6.x
1818

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

21+
.. _v6.135.3:
22+
23+
--------------------
24+
6.135.3 - 2025-06-08
25+
--------------------
26+
27+
This release adds the experimental and unstable |OBSERVABILITY_CHOICES| option for :ref:`observability <observability>`. If set, the choice sequence is included in ``metadata.choice_nodes``, and choice sequence spans are included in ``metadata.choice_spans``.
28+
29+
These are relatively low-level implementation detail of Hypothesis, and are exposed in observability for users building tools or research on top of Hypothesis. See |PrimitiveProvider| for more details about the choice sequence and choice spans.
30+
31+
We are actively working towards a better interface for this. Feel free to use |OBSERVABILITY_CHOICES| to experiment, but don't rely on it yet!
32+
2133
.. _v6.135.2:
2234

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

hypothesis-python/src/hypothesis/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
# v. 2.0. If a copy of the MPL was not distributed with this file, You can
99
# obtain one at https://mozilla.org/MPL/2.0/.
1010

11-
__version_info__ = (6, 135, 2)
11+
__version_info__ = (6, 135, 3)
1212
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)