From 2f67534f60f237ae778458f1f2fe3be04b6ad646 Mon Sep 17 00:00:00 2001 From: bkoschicek Date: Mon, 20 Feb 2023 10:09:43 +0100 Subject: [PATCH] Added bugfix version --- config/default.py | 2 +- openatlas/views/changelog.py | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config/default.py b/config/default.py index 42583e5c1..d74916e5c 100644 --- a/config/default.py +++ b/config/default.py @@ -3,7 +3,7 @@ from config.database_versions import DATABASE_VERSIONS -VERSION = '7.11.0' +VERSION = '7.11.1' DATABASE_VERSION = DATABASE_VERSIONS[0] DEMO_MODE = False # If activated some options are disabled, login is prefilled diff --git a/openatlas/views/changelog.py b/openatlas/views/changelog.py index 2f58fdf71..a9b0367c7 100644 --- a/openatlas/views/changelog.py +++ b/openatlas/views/changelog.py @@ -15,6 +15,9 @@ def index_changelog() -> str: versions = { + '7.11.1': ['2023-02-20', { + 'fix': { + '#1971': 'Validation for "Inventory number" is broken'}}], '7.11.0': ['2023-02-19', { 'feature': { '#1957': 'Dates for administrative units',