Skip to content

Commit

Permalink
Changelog for v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jun 25, 2020
1 parent e821b6a commit 45477ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,12 @@ In ``settings.py`` add the following::

When you run ``./manage.py test`` Django looks at the ``TEST_RUNNER`` setting
to determine what to do.


Changelog
---------

v1.1.1 (25 June 2020)
~~~~~~~~~~~~~~~~~~~~~

- Initial release, thanks to Bryan Mutai
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
REQUIREMENTS = open('requirements.txt').readlines()

setup(name='kiwitcms-django-plugin',
version='0.0.1',
version='1.1.1',
packages=['tcms_django_plugin'],
description='Django test runner plugin for Kiwi TCMS',
long_description=LONG_DESCRIPTION,
Expand Down

0 comments on commit 45477ee

Please sign in to comment.