Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ Usage
Changelog
---------

v15.4 (27 Apr 2026)
~~~~~~~~~~~~~~~~~~~

- Publish test function docstring as TestCase.text (Carlos Martinez)
- Update tcms-api requirement from >=12.8.1 to >=15.0
- Drop Python 3.8 from test matrix


v12.8.1 (22 Dec 2023)
~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion tcms_pytest_plugin/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "12.8.1"
__version__ = "15.4"
Loading