diff --git a/docs/changelog.rst b/docs/changelog.rst index 5d0c4b30..c6d62414 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -13,6 +13,9 @@ testsuites. Unreleased ---------- +0.15.1 (2024-05-31) +------------------- + Fixed ~~~~~ diff --git a/nose2/__init__.py b/nose2/__init__.py index 2ea72e1c..43319df8 100644 --- a/nose2/__init__.py +++ b/nose2/__init__.py @@ -1,5 +1,5 @@ from nose2.main import discover, main -__version__ = "0.15.0" +__version__ = "0.15.1" __all__ = ("__version__", "discover", "main")