Skip to content

Commit

Permalink
Changelog for v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Sep 13, 2020
1 parent 7182cd2 commit da84767
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,22 @@ Installation and configuration

Then make sure ``KIWI_GITHUB_MARKETPLACE_SECRET`` and
``KIWI_FASTSPRING_SECRET`` settings are configured as binary strings,
e.g. ``b'secret'`. The rest of the settings are installed into
``tcms_settings_dir/marketplace.py`` and Kiwi TCMS will pick them up
automatically!
e.g. ``b'secret'`.
Changelog
---------
v1.3 (13 Sep 2020)
~~~~~~~~~~~~~~~~~~
- Tested with Kiwi TCMS > 8.6
- Refactor deprecation warnings with Django 3.1
- Start using the new standard models.JSONField()
- Remove ``tcms_settings_dir/marketplace.py`` b/c ``settings.PUBLIC_VIEWS``
has been removed


v1.2 (06 Aug 2020)
~~~~~~~~~~~~~~~~~~

Expand Down
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.2',
version='1.3',
description='GitHub Marketplace integration for Kiwi TCMS',
long_description=get_long_description(),
author='Kiwi TCMS',
Expand Down

0 comments on commit da84767

Please sign in to comment.