From c2199e0e96f632eb5003be75a1256bcb402b876e Mon Sep 17 00:00:00 2001 From: "Mr. Senko" Date: Sun, 13 Sep 2020 12:36:19 +0300 Subject: [PATCH] Changelog for v8.3.1 --- CHANGELOG.rst | 10 ++++++++++ tcms/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 125220c535..93bd75502b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,16 @@ Change Log ========== + +Kiwi TCMS 8.6.1 (13 Sep 2020) +----------------------------- + +**IMPORTANT:** this is a PyPI only release which helps development and testing +for Kiwi TCMS plugins and related packages. Not distributed as container! +Not intended for use in production! + + + Kiwi TCMS 8.6 (23 Aug 2020) --------------------------- diff --git a/tcms/__init__.py b/tcms/__init__.py index 135af0a343..879793fd3d 100644 --- a/tcms/__init__.py +++ b/tcms/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = '8.6' +__version__ = '8.6.1'