From 2f058e350f18218ccde2d9e55ea68f082f3d5908 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Sun, 27 Mar 2022 09:44:11 +0200 Subject: [PATCH] Release 1.0.5 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 97cb914..492bc68 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -5,14 +5,10 @@ Change log ========== -nocaselist 1.0.5.dev1 ---------------------- - -Released: not yet - -**Incompatible changes:** +nocaselist 1.0.5 +---------------- -**Deprecations:** +Released: 2022-03-27 **Bug fixes:** @@ -50,12 +46,6 @@ Released: not yet * Removed old tools that were needed on Travis and Appveyor but no longer on GitHub Actions: remove_duplicate_setuptools.py, retry.bat -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/pywbem/nocaselist/issues - nocaselist 1.0.4 ---------------- diff --git a/nocaselist/_version.py b/nocaselist/_version.py index a1955aa..540e800 100644 --- a/nocaselist/_version.py +++ b/nocaselist/_version.py @@ -9,4 +9,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__ = '1.0.5.dev1' +__version__ = '1.0.5'