Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed May 1, 2023
1 parent 60f8288 commit 942ef3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
20 changes: 3 additions & 17 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,15 @@ Change log
==========


nocasedict 2.0.1.dev1
---------------------

Released: not yet

**Incompatible changes:**
nocasedict 2.0.1
----------------

**Deprecations:**
Released: 2023-05-01

**Bug fixes:**

* Fixed coveralls issues with KeyError and HTTP 422 Unprocessable Entity.

**Enhancements:**

**Cleanup:**

**Known issues:**

* See `list of open issues`_.

.. _`list of open issues`: https://github.com/pywbem/nocasedict/issues


nocasedict 2.0.0
----------------
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.1.dev1'
__version__: str = '2.0.1'

0 comments on commit 942ef3d

Please sign in to comment.