diff --git a/README.rst b/README.rst index a4b8022..af0e683 100644 --- a/README.rst +++ b/README.rst @@ -99,6 +99,16 @@ Usage Changelog --------- +v8.0 (09 February 2020) +~~~~~~~~~~~~~~~~~~~~~~~ + +This version works only with Kiwi TCMS v8.0 or later! + +- Adjust plugin due to API changes in Kiwi TCMS v8.0 +- Update ``tap.py`` from 2.6.2 to 3.0 +- Require ``tcms-api>=8.0`` + + v0.5 (07 January 2020) ~~~~~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index cd82dec..347c1f4 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup(name='kiwitcms-tap-plugin', - version='0.5', + version='8.0', packages=['tcms_tap_plugin'], scripts=['tcms-tap-plugin'], description='Test Anything Protocol (TAP) plugin for '