From a7b7ed6f21c60dc22d3ae8ffe54277a721adc2e1 Mon Sep 17 00:00:00 2001 From: Alexander Watzinger Date: Thu, 9 Nov 2023 14:44:22 +0100 Subject: [PATCH] Raised version, update changelog and upgrade notes --- config/default.py | 2 +- install/upgrade/upgrade.md | 2 +- openatlas/views/changelog.py | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/config/default.py b/config/default.py index c873020c7..11d14da44 100644 --- a/config/default.py +++ b/config/default.py @@ -3,7 +3,7 @@ from config.database_versions import DATABASE_VERSIONS -VERSION = '7.17.1' +VERSION = '7.17.2' DATABASE_VERSION = DATABASE_VERSIONS[0] DEMO_MODE = False # If activated some options are disabled, login is prefilled DEBUG = False diff --git a/install/upgrade/upgrade.md b/install/upgrade/upgrade.md index 505d8f4bd..44c64481b 100644 --- a/install/upgrade/upgrade.md +++ b/install/upgrade/upgrade.md @@ -18,7 +18,7 @@ then run the database upgrade script, then restart Apache: sudo python3 install/upgrade/database_upgrade.py sudo service apache2 restart -### 7.17.0 to 7.17.1 +### 7.17.x to 7.17.2 A code base update (e.g. with git pull) and a webserver restart is sufficient. ### 7.16.x to 7.17.0 diff --git a/openatlas/views/changelog.py b/openatlas/views/changelog.py index 74e8718e8..1e6a5b98f 100644 --- a/openatlas/views/changelog.py +++ b/openatlas/views/changelog.py @@ -15,6 +15,9 @@ def index_changelog() -> str: versions = { + '7.17.2': ['2023-11-09', { + 'fix': { + '2114': 'JavaSrcipt datatable error'}}], '7.17.1': ['2023-11-06', { 'fix': { '2110': 'API: licensed file overview broken',