From af25cb03183225322e12c35626df2b8400b700ef Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Sat, 4 May 2024 18:41:45 +0200 Subject: [PATCH] Release 2.0.1 Signed-off-by: Andreas Maier --- docs/changes.rst | 16 +++------------- nocaselist/_version.py | 2 +- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 716a54f..1587402 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -5,18 +5,16 @@ Change log ========== -nocaselist 2.0.1.dev1 ---------------------- +nocaselist 2.0.1 +---------------- -Released: not yet +Released: 2024-05-04 **Incompatible changes:** * Installation of this package using "setup.py" is no longer supported. Use "pip" instead. -**Deprecations:** - **Bug fixes:** * Fixed safety issues up to 2024-05-04. @@ -49,14 +47,6 @@ Released: not yet the description of how to release a version in the development documentation. -**Cleanup:** - -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/pywbem/nocaselist/issues - nocaselist 2.0.0 ---------------- diff --git a/nocaselist/_version.py b/nocaselist/_version.py index c3f9ef6..41fe9ef 100644 --- a/nocaselist/_version.py +++ b/nocaselist/_version.py @@ -10,4 +10,4 @@ #: #: * "M.N.P.dev1": Development level 1 of a not yet released version M.N.P #: * "M.N.P": A released version M.N.P -__version__: str = '2.0.1.dev1' +__version__: str = '2.0.1'