From cda29db4063eedbfc71f86cc9b1e3a4d105c4381 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Sun, 4 Oct 2020 21:50:48 +0200 Subject: [PATCH] Release 1.0.3 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 b2f91c3..7414152 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -5,14 +5,10 @@ Change log ========== -nocaselist 1.0.3.dev1 ---------------------- - -Released: not yet - -**Incompatible changes:** +nocaselist 1.0.3 +---------------- -**Deprecations:** +Released: 2020-10-04 **Bug fixes:** @@ -22,16 +18,6 @@ Released: not yet * Added checking for no expected warning. Adjusted a testcase to accomodate the new check. (see issue #45) -**Enhancements:** - -**Cleanup:** - -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/pywbem/nocaselist/issues - nocaselist 1.0.2 ---------------- diff --git a/nocaselist/_version.py b/nocaselist/_version.py index 8eaaaef..2589c4f 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.3.dev1' +__version__ = '1.0.3'