We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ddf16 commit a92303aCopy full SHA for a92303a
README.rst
@@ -40,6 +40,17 @@ https://tcms-api.readthedocs.io/en/latest/modules/tcms_api.html
40
CHANGELOG
41
---------
42
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
54
v12.2 (04 Apr 2023)
55
~~~~~~~~~~~~~~~~~~~
56
tcms_api/version.py
@@ -1 +1 @@
1
-__version__ = "12.2"
+__version__ = "12.7"
0 commit comments