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 5bc5ca5 commit eaeb4edCopy full SHA for eaeb4ed
README.rst
@@ -99,6 +99,15 @@ Usage
99
Changelog
100
---------
101
102
+v8.3 (10 Apr 2020)
103
+~~~~~~~~~~~~~~~~~~
104
+
105
+- Update to
106
+ `tcms-api v8.3.0 <https://github.com/kiwitcms/tcms-api/#v830-10-april-2020>`_
107
+ which uses ``gssapi`` for Kerberos
108
+- Requires MIT Kerberos for Windows if installed on Windows
109
110
111
v8.2 (03 Apr 2020)
112
~~~~~~~~~~~~~~~~~~
113
setup.py
@@ -11,7 +11,7 @@
11
12
13
setup(name='kiwitcms-tap-plugin',
14
- version='8.2',
+ version='8.3',
15
packages=['tcms_tap_plugin'],
16
scripts=['tcms-tap-plugin'],
17
description='Test Anything Protocol (TAP) plugin for '
0 commit comments