Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed May 5, 2024
1 parent 06abbd1 commit ce7ee79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
20 changes: 6 additions & 14 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,29 @@ 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
version. The recommendation has been for a while now to no longer use

* 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.

Expand Down Expand Up @@ -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
----------------
Expand Down
2 changes: 1 addition & 1 deletion nocasedict/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit ce7ee79

Please sign in to comment.