Skip to content

Commit dccc52a

Browse files
committed
Changelog for v12.9.1
1 parent b8940a7 commit dccc52a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.rst

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

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+
4349

4450
v12.9 (12 Jan 2024)
4551
~~~~~~~~~~~~~~~~~~~

tcms_api/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "12.9"
1+
__version__ = "12.9.1"

0 commit comments

Comments
 (0)