Skip to content

Commit

Permalink
Release 2.0.0
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 Jun 1, 2023
1 parent c99ce28 commit b3eb165
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
15 changes: 3 additions & 12 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.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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nocaselist/_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.0.dev1'
__version__: str = '2.0.0'

0 comments on commit b3eb165

Please sign in to comment.