From 0b960a63ba3d96c7090a0bcb9b5598eddf1eea9e Mon Sep 17 00:00:00 2001 From: "Mr. Senko" Date: Wed, 9 Sep 2020 23:39:45 +0300 Subject: [PATCH] Changelog for v1.2 --- README.rst | 15 +++++++++++++++ setup.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 610035a..ed6e653 100644 --- a/README.rst +++ b/README.rst @@ -110,6 +110,21 @@ Then configure how the application interacts with GitHub: Changelog --------- +v1.2 (13 Sep 2020) +~~~~~~~~~~~~~~~~~~ + +- Adjusted to work with Django 3.1 and Kiwi TCMS > 8.6 +- Replace deprecated ``url()`` with ``re_path()`` +- Migrate the ``payload`` field to newer ``models.JSONField`` type +- Setting ``PUBLIC_VIEWS`` is removed in Kiwi TCMS so remove the + automatic adjustment +- Make error messages for missing AppInst more clear +- Remove redundant if condition in Resync() +- Update translation strings +- Update documentation around GitHub permission requirements for + 1-click bug report + + v1.1 (05 Aug 2020) ~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index 2adfff3..bfd43d7 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_install_requires(path): setup( name='kiwitcms-github-app', - version='1.1', + version='1.2', description='GitHub App integration for Kiwi TCMS', long_description=get_long_description(), author='Kiwi TCMS',