Skip to content

Commit 160dba2

Browse files
committed
Changelog for v13.2
1 parent d3cc80a commit 160dba2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Diff for: README.rst

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

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+
4355
v12.9.1 (13 Jan 2024)
4456
~~~~~~~~~~~~~~~~~~~~~
4557

Diff for: tcms_api/version.py

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

0 commit comments

Comments
 (0)