diff --git a/README.rst b/README.rst index fa2541d..adf1d9f 100644 --- a/README.rst +++ b/README.rst @@ -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) ~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index a1feb8e..05ebb37 100644 --- a/setup.py +++ b/setup.py @@ -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',