Skip to content

Commit ce7ee79

Browse files
committed
Release 2.0.2
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
1 parent 06abbd1 commit ce7ee79

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

docs/changes.rst

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,29 @@ Change log
55
==========
66

77

8-
nocasedict 2.0.2.dev1
9-
---------------------
8+
nocasedict 2.0.2
9+
----------------
1010

11-
Released: not yet
11+
Released: 2024-05-05
1212

1313
**Incompatible changes:**
1414

1515
* Installation of this package using "setup.py" is no longer supported.
1616
Use "pip" instead.
1717

18-
**Deprecations:**
19-
2018
**Bug fixes:**
2119

22-
* Fixed flake8 issue about comparing types in test code.
20+
* Dev: Fixed flake8 issue about comparing types in test code.
2321

24-
* Fixed safety issues up to 2023-11-26.
22+
* Fixed safety issues up to 2024-05-05. No changes in package dependencies.
2523

2624
* Test: Removed setup.py based installs from "make installtest", since one
2725
of them started installing a pre-release of a package on an unsupported Python
2826
version. The recommendation has been for a while now to no longer use
2927

3028
* Docs: Added RTD config file .readthedocs.yaml
3129

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
3331
macos-latest back to macos-12 because macos-latest got upgraded from macOS 12
3432
to macOS 14 which no longer supports these Python versions.
3533

@@ -84,12 +82,6 @@ Released: not yet
8482
* Docs: In the Introduction section, removed statements about the nocasedict
8583
behavior in Python 2.
8684

87-
**Known issues:**
88-
89-
* See `list of open issues`_.
90-
91-
.. _`list of open issues`: https://github.com/pywbem/nocasedict/issues
92-
9385

9486
nocasedict 2.0.1
9587
----------------

nocasedict/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
#:
1010
#: * "M.N.P.dev1": Development level 1 of a not yet released version M.N.P
1111
#: * "M.N.P": A released version M.N.P
12-
__version__: str = '2.0.2.dev1'
12+
__version__: str = '2.0.2'

0 commit comments

Comments
 (0)