There was an error while loading. Please reload this page.
1 parent 098d7be commit 2bceae2Copy full SHA for 2bceae2
2 files changed
README.rst
@@ -99,6 +99,11 @@ Usage
99
Changelog
100
---------
101
102
+v0.5 (07 January 2020)
103
+~~~~~~~~~~~~~~~~~~~~~
104
+
105
+- Update ``tap.py`` dependency from 2.6.1 to 2.6.2
106
107
108
v0.4 (23 September 2019)
109
~~~~~~~~~~~~~~~~~~~~~~~~
setup.py
@@ -11,7 +11,7 @@
11
12
13
setup(name='kiwitcms-tap-plugin',
14
- version='0.4',
+ version='0.5',
15
packages=['tcms_tap_plugin'],
16
scripts=['tcms-tap-plugin'],
17
description='Test Anything Protocol (TAP) plugin for '
0 commit comments