We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416a538 commit cdfda82Copy full SHA for cdfda82
docs/changes.rst
@@ -5,6 +5,28 @@ Change log
5
==========
6
7
8
+nocasedict 2.1.0.dev1
9
+---------------------
10
+
11
+Released: not yet
12
13
+**Incompatible changes:**
14
15
+**Deprecations:**
16
17
+**Bug fixes:**
18
19
+**Enhancements:**
20
21
+**Cleanup:**
22
23
+**Known issues:**
24
25
+* See `list of open issues`_.
26
27
+.. _`list of open issues`: https://github.com/pywbem/nocasedict/issues
28
29
30
nocasedict 2.0.4
31
----------------
32
nocasedict/_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.4'
+__version__: str = '2.1.0.dev1'
0 commit comments