From ce7ee792c94e8c3441d3127903dd4ec76d66aa45 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Sun, 5 May 2024 15:39:46 +0200 Subject: [PATCH] Release 2.0.2 Signed-off-by: Andreas Maier --- docs/changes.rst | 20 ++++++-------------- nocasedict/_version.py | 2 +- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index fddabd2..ffaf782 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -5,23 +5,21 @@ Change log ========== -nocasedict 2.0.2.dev1 ---------------------- +nocasedict 2.0.2 +---------------- -Released: not yet +Released: 2024-05-05 **Incompatible changes:** * Installation of this package using "setup.py" is no longer supported. Use "pip" instead. -**Deprecations:** - **Bug fixes:** -* Fixed flake8 issue about comparing types in test code. +* Dev: Fixed flake8 issue about comparing types in test code. -* Fixed safety issues up to 2023-11-26. +* Fixed safety issues up to 2024-05-05. No changes in package dependencies. * Test: Removed setup.py based installs from "make installtest", since one of them started installing a pre-release of a package on an unsupported Python @@ -29,7 +27,7 @@ Released: not yet * Docs: Added RTD config file .readthedocs.yaml -* In the Github Actions test workflow for Python 3.6 and 3.7, changed +* Test: In the Github Actions test workflow for Python 3.6 and 3.7, changed macos-latest back to macos-12 because macos-latest got upgraded from macOS 12 to macOS 14 which no longer supports these Python versions. @@ -84,12 +82,6 @@ Released: not yet * Docs: In the Introduction section, removed statements about the nocasedict behavior in Python 2. -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/pywbem/nocasedict/issues - nocasedict 2.0.1 ---------------- diff --git a/nocasedict/_version.py b/nocasedict/_version.py index 7fe4e81..6da238a 100644 --- a/nocasedict/_version.py +++ b/nocasedict/_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__: str = '2.0.2.dev1' +__version__: str = '2.0.2'