diff --git a/README.rst b/README.rst index cde49ae..ca738b2 100644 --- a/README.rst +++ b/README.rst @@ -100,6 +100,12 @@ Usage Changelog --------- +v15.0 (23 Sep 2025) +~~~~~~~~~~~~~~~~~~~ + +- Update junitparser from 3.1.0 to 3.2.0 +- Drop official support for Python 3.8 + v12.8.1 (22 Dec 2023) ~~~~~~~~~~~~~~~~~~~~~ diff --git a/tcms_junit_plugin/version.py b/tcms_junit_plugin/version.py index 1b07bb5..e3b67aa 100644 --- a/tcms_junit_plugin/version.py +++ b/tcms_junit_plugin/version.py @@ -1 +1 @@ -__version__ = "12.8.1" +__version__ = "15.0"