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 2097f7c commit 522ed69Copy full SHA for 522ed69
README.rst
@@ -155,3 +155,13 @@ then instruct Robot Framework to use the overriden listener instead of the
155
default one::
156
157
robot --listener path/to/acme_tools.py
158
+
159
160
+Changelog
161
+---------
162
163
+v1.0.0 (04 May 2020)
164
+~~~~~~~~~~~~~~~~~~~~
165
166
+- Initial release
167
+- Original implementation by Aniello Barletta
setup.py
@@ -12,7 +12,7 @@
12
13
14
setup(name='kiwitcms-robotframework-plugin',
15
- version='0.0.0',
+ version='1.0.0',
16
packages=['zealand'],
17
description='robotframework integration with kiwi TCMS',
18
long_description=LONG_DESCRIPTION,
0 commit comments