From 5e5799cfef8c07af1547ca684bbea2d7b8c40005 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Fri, 1 Jan 2021 08:35:13 +0100 Subject: [PATCH] Release 1.0.4 Signed-off-by: Andreas Maier --- docs/changes.rst | 20 +++----------------- nocaselist/_version.py | 2 +- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 1a61706..3041b87 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -5,16 +5,10 @@ Change log ========== -nocaselist 1.0.4.dev1 ---------------------- - -Released: not yet - -**Incompatible changes:** - -**Deprecations:** +nocaselist 1.0.4 +---------------- -**Bug fixes:** +Released: 2021-01-01 **Enhancements:** @@ -23,14 +17,6 @@ Released: not yet This did not cause any changes on dependent packages used for the installation of the package. -**Cleanup:** - -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/pywbem/nocaselist/issues - nocaselist 1.0.3 ---------------- diff --git a/nocaselist/_version.py b/nocaselist/_version.py index ddeac59..7dbe9ab 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.4.dev1' +__version__ = '1.0.4'