Skip to content

Commit 9464a53

Browse files
committed
Bump version for release
1 parent 797069c commit 9464a53

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ testsuites.
1313
Unreleased
1414
----------
1515

16+
0.14.1 (2024-01-28)
17+
-------------------
18+
1619
* Fix the reporting of skipped tests in verbose mode on newer pythons (3.12.1+),
1720
in which a skipped test is no longer treated as "started".
1821

nose2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from nose2.main import discover, main
22

3-
__version__ = "0.14.0"
3+
__version__ = "0.14.1"
44

55
__all__ = ("__version__", "discover", "main")

0 commit comments

Comments
 (0)