We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8940a7 commit dccc52aCopy full SHA for dccc52a
README.rst
@@ -40,6 +40,12 @@ https://tcms-api.readthedocs.io/en/latest/modules/tcms_api.html
40
CHANGELOG
41
---------
42
43
+v12.9.1 (13 Jan 2024)
44
+~~~~~~~~~~~~~~~~~~~~~
45
+
46
+- Refactor RPC connection refresh using a proxy-class pattern which also
47
+ takes care to call ``.login()`` upon refresh
48
49
50
v12.9 (12 Jan 2024)
51
~~~~~~~~~~~~~~~~~~~
tcms_api/version.py
@@ -1 +1 @@
1
-__version__ = "12.9"
+__version__ = "12.9.1"
0 commit comments