diff --git a/docs/changes.rst b/docs/changes.rst index a2645c6..e87eb05 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -5,18 +5,16 @@ Change log ========== -nocaselist 2.0.0.dev1 ---------------------- +nocaselist 2.0.0 +---------------- -Released: not yet +Released: 2023-06-01 **Incompatible changes:** * Removed support for Python 2.7, 3.4, 3.5. The minimum required Python version is now 3.6. This was needed in order to add Python type hints. -**Deprecations:** - **Bug fixes:** * Fixed coveralls issues with KeyError and HTTP 422 Unprocessable Entity. @@ -40,13 +38,6 @@ Released: not yet * Added type hints and type checking with MyPy (issue #96). -**Cleanup:** - -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/pywbem/nocaselist/issues nocaselist 1.1.0 diff --git a/nocaselist/_version.py b/nocaselist/_version.py index 00ecb43..dd6869d 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__: str = '2.0.0.dev1' +__version__: str = '2.0.0'