Skip to content

Commit

Permalink
Changelog for v13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Apr 27, 2024
1 parent d3cc80a commit 160dba2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,18 @@ https://tcms-api.readthedocs.io/en/latest/modules/tcms_api.html
CHANGELOG
---------

v13.2 (27 Apr 2024)
~~~~~~~~~~~~~~~~~~~

- Respect configuration passed as arguments to the ``TCMS()`` class, for example::

TCMS("https://kiwitcms.example.com/xml-rpc/", "api-bot", "keep-me-secret")

- Adjust usage examples and documentation for ``.exec()``. Closes
`Issue #77 <https://github.com/kiwitcms/tcms-api/issues/77>`_
- Internal changes related to testing and building this package


v12.9.1 (13 Jan 2024)
~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion tcms_api/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "12.9.1"
__version__ = "13.2"

0 comments on commit 160dba2

Please sign in to comment.