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 4, 2024
1 parent 6d0591a commit af25cb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
16 changes: 3 additions & 13 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,16 @@ Change log
==========


nocaselist 2.0.1.dev1
---------------------
nocaselist 2.0.1
----------------

Released: not yet
Released: 2024-05-04

**Incompatible changes:**

* Installation of this package using "setup.py" is no longer supported.
Use "pip" instead.

**Deprecations:**

**Bug fixes:**

* Fixed safety issues up to 2024-05-04.
Expand Down Expand Up @@ -49,14 +47,6 @@ Released: not yet
the description of how to release a version in the development
documentation.

**Cleanup:**

**Known issues:**

* See `list of open issues`_.

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


nocaselist 2.0.0
----------------
Expand Down
2 changes: 1 addition & 1 deletion nocaselist/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,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 af25cb0

Please sign in to comment.