We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3cc80a commit 160dba2Copy full SHA for 160dba2
README.rst
@@ -40,6 +40,18 @@ https://tcms-api.readthedocs.io/en/latest/modules/tcms_api.html
40
CHANGELOG
41
---------
42
43
+v13.2 (27 Apr 2024)
44
+~~~~~~~~~~~~~~~~~~~
45
+
46
+- Respect configuration passed as arguments to the ``TCMS()`` class, for example::
47
48
+ TCMS("https://kiwitcms.example.com/xml-rpc/", "api-bot", "keep-me-secret")
49
50
+- Adjust usage examples and documentation for ``.exec()``. Closes
51
+ `Issue #77 <https://github.com/kiwitcms/tcms-api/issues/77>`_
52
+- Internal changes related to testing and building this package
53
54
55
v12.9.1 (13 Jan 2024)
56
~~~~~~~~~~~~~~~~~~~~~
57
tcms_api/version.py
@@ -1 +1 @@
1
-__version__ = "12.9.1"
+__version__ = "13.2"
0 commit comments