We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797069c commit 9464a53Copy full SHA for 9464a53
docs/changelog.rst
@@ -13,6 +13,9 @@ testsuites.
13
Unreleased
14
----------
15
16
+0.14.1 (2024-01-28)
17
+-------------------
18
+
19
* Fix the reporting of skipped tests in verbose mode on newer pythons (3.12.1+),
20
in which a skipped test is no longer treated as "started".
21
nose2/__init__.py
@@ -1,5 +1,5 @@
1
from nose2.main import discover, main
2
3
-__version__ = "0.14.0"
+__version__ = "0.14.1"
4
5
__all__ = ("__version__", "discover", "main")
0 commit comments