We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b893e3 commit 4ecbe89Copy full SHA for 4ecbe89
README.rst
@@ -99,6 +99,14 @@ Usage
99
Changelog
100
---------
101
102
+v8.0.1 (10 February 2020)
103
+~~~~~~~~~~~~~~~~~~~~~~~~~
104
+
105
+This version works only with Kiwi TCMS v8.0 or later!
106
107
+- Update to tcms-api==8.0.1
108
109
110
v8.0 (09 February 2020)
111
~~~~~~~~~~~~~~~~~~~~~~~
112
setup.py
@@ -11,7 +11,7 @@
11
12
13
setup(name='kiwitcms-tap-plugin',
14
- version='8.0',
+ version='8.0.1',
15
packages=['tcms_tap_plugin'],
16
scripts=['tcms-tap-plugin'],
17
description='Test Anything Protocol (TAP) plugin for '
0 commit comments