File tree Expand file tree Collapse file tree 2 files changed +7
-15
lines changed Expand file tree Collapse file tree 2 files changed +7
-15
lines changed Original file line number Diff line number Diff line change @@ -5,31 +5,29 @@ Change log
5
5
==========
6
6
7
7
8
- nocasedict 2.0.2.dev1
9
- ---------------------
8
+ nocasedict 2.0.2
9
+ ----------------
10
10
11
- Released: not yet
11
+ Released: 2024-05-05
12
12
13
13
**Incompatible changes: **
14
14
15
15
* Installation of this package using "setup.py" is no longer supported.
16
16
Use "pip" instead.
17
17
18
- **Deprecations: **
19
-
20
18
**Bug fixes: **
21
19
22
- * Fixed flake8 issue about comparing types in test code.
20
+ * Dev: Fixed flake8 issue about comparing types in test code.
23
21
24
- * Fixed safety issues up to 2023-11-26 .
22
+ * Fixed safety issues up to 2024-05-05. No changes in package dependencies .
25
23
26
24
* Test: Removed setup.py based installs from "make installtest", since one
27
25
of them started installing a pre-release of a package on an unsupported Python
28
26
version. The recommendation has been for a while now to no longer use
29
27
30
28
* Docs: Added RTD config file .readthedocs.yaml
31
29
32
- * In the Github Actions test workflow for Python 3.6 and 3.7, changed
30
+ * Test: In the Github Actions test workflow for Python 3.6 and 3.7, changed
33
31
macos-latest back to macos-12 because macos-latest got upgraded from macOS 12
34
32
to macOS 14 which no longer supports these Python versions.
35
33
@@ -84,12 +82,6 @@ Released: not yet
84
82
* Docs: In the Introduction section, removed statements about the nocasedict
85
83
behavior in Python 2.
86
84
87
- **Known issues: **
88
-
89
- * See `list of open issues `_.
90
-
91
- .. _`list of open issues` : https://github.com/pywbem/nocasedict/issues
92
-
93
85
94
86
nocasedict 2.0.1
95
87
----------------
Original file line number Diff line number Diff line change 9
9
#:
10
10
#: * "M.N.P.dev1": Development level 1 of a not yet released version M.N.P
11
11
#: * "M.N.P": A released version M.N.P
12
- __version__ : str = '2.0.2.dev1 '
12
+ __version__ : str = '2.0.2'
You can’t perform that action at this time.
0 commit comments