Skip to content

Commit

Permalink
Release 1.1.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 Jan 21, 2023
1 parent d0ab268 commit 801004e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
18 changes: 3 additions & 15 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Change log
==========


nocasedict 1.1.0.dev1
---------------------
nocasedict 1.1.0
----------------

Released: not yet
Released: 2023-01-21

**Incompatible changes:**

Expand All @@ -19,10 +19,6 @@ Released: not yet
method by overriding the `NocaseDict.__casefold__()` method with a method
that calls `str.lower()`. (issue #122)

**Deprecations:**

**Bug fixes:**

**Enhancements:**

* Added support for Python 3.11.
Expand All @@ -31,14 +27,6 @@ Released: not yet
in order to improve Unicode support. On Python 2, it remains `str.lower()`.
Added support for user-defined casefolding. (issue #122)

**Cleanup:**

**Known issues:**

* See `list of open issues`_.

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


nocasedict 1.0.4
----------------
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__ = '1.1.0.dev1'
__version__ = '1.1.0'

0 comments on commit 801004e

Please sign in to comment.