From 30faab35fe126893e0b04ff06d9c575de960f025 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Mon, 11 Dec 2023 21:20:20 +0200 Subject: [PATCH] Changelog for version 12.7 --- README.rst | 9 +++++++++ tcms_pytest_plugin/version.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b2fafac..1331d56 100644 --- a/README.rst +++ b/README.rst @@ -62,6 +62,15 @@ Usage Changelog --------- +v12.7 (11 Dec 2023) +~~~~~~~~~~~~~~~~~~~ + +- Follow versioning of other plugins for Kiwi TCMS +- Update tcms-api from 11.3 to 12.7 +- Build and test with Python 3.11 +- Add code scanning with CodeQL + + v0.1.0 (05 Jul 2022) ~~~~~~~~~~~~~~~~~~~~ diff --git a/tcms_pytest_plugin/version.py b/tcms_pytest_plugin/version.py index 3dc1f76..759979c 100644 --- a/tcms_pytest_plugin/version.py +++ b/tcms_pytest_plugin/version.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "12.7"