File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -18,6 +18,17 @@ Hypothesis 6.x
18
18
19
19
.. include :: ../RELEASE.rst
20
20
21
+ .. _v6.99.12 :
22
+
23
+ --------------------
24
+ 6.99.12 - 2024-03-23
25
+ --------------------
26
+
27
+ If you were running Python 3.13 (currently in alpha) with :pypi: `pytest-xdist `
28
+ and then attempted to pretty-print a ``lambda `` functions which was created
29
+ using the :func: `eval ` builtin, it would have raised an AssertionError.
30
+ Now you'll get ``"lambda ...: <unknown>" ``, as expected.
31
+
21
32
.. _v6.99.11 :
22
33
23
34
--------------------
Original file line number Diff line number Diff line change 8
8
# v. 2.0. If a copy of the MPL was not distributed with this file, You can
9
9
# obtain one at https://mozilla.org/MPL/2.0/.
10
10
11
- __version_info__ = (6 , 99 , 11 )
11
+ __version_info__ = (6 , 99 , 12 )
12
12
__version__ = "." .join (map (str , __version_info__ ))
You can’t perform that action at this time.
0 commit comments