Skip to content

Commit 522ed69

Browse files
committed
Changelog for v1.0.0
1 parent 2097f7c commit 522ed69

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,13 @@ then instruct Robot Framework to use the overriden listener instead of the
155155
default one::
156156

157157
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
setup(name='kiwitcms-robotframework-plugin',
15-
version='0.0.0',
15+
version='1.0.0',
1616
packages=['zealand'],
1717
description='robotframework integration with kiwi TCMS',
1818
long_description=LONG_DESCRIPTION,

0 commit comments

Comments
 (0)