Skip to content

Commit

Permalink
Changelog for v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Apr 24, 2020
1 parent 4cebca8 commit 0ba93a9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,15 @@ automatically!
Changelog
---------

v1.1 (24 Apr 2020)
~~~~~~~~~~~~~~~~~~

- Bug fix: display form errors when creating new tenant
- Update template strings


v1.0 (17 Mar 2020)
~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~

- Turn into proper Kiwi TCMS plugin and install settings overrides under
``tcms_settings_dir/`` (compatible with Kiwi TCMS v8.2 or later):
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
kiwitcms-tenants>=0.4.2
kiwitcms-tenants>=1.0.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_install_requires(path):

setup(
name='kiwitcms-github-marketplace',
version='1.0',
version='1.1',
description='GitHub Marketplace integration for Kiwi TCMS',
long_description=get_long_description(),
author='Kiwi TCMS',
Expand Down

0 comments on commit 0ba93a9

Please sign in to comment.