Skip to content

Commit a92303a

Browse files
committed
Changelog for v12.7
NOTE: using the current version of Kiwi TCMS
1 parent 99ddf16 commit a92303a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.rst

+11
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,17 @@ https://tcms-api.readthedocs.io/en/latest/modules/tcms_api.html
4040
CHANGELOG
4141
---------
4242

43+
v12.7 (10 Dec 2023)
44+
~~~~~~~~~~~~~~~~~~~
45+
46+
- Build & test this package with Python 3.11
47+
- Replace ``urllib.parse`` functions deprecated since Python 3.8
48+
- Refactor issues reported by newer version of pylint
49+
- Refactor issues reported by CodeQL
50+
- Reformat source code with Black
51+
- Enable ReadTheDocs CI
52+
53+
4354
v12.2 (04 Apr 2023)
4455
~~~~~~~~~~~~~~~~~~~
4556

tcms_api/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "12.2"
1+
__version__ = "12.7"

0 commit comments

Comments
 (0)