From b02477b18e63d8fe0e605c8c517c7b97493b04a0 Mon Sep 17 00:00:00 2001 From: krystofkomanec Date: Tue, 2 Apr 2024 11:36:24 +0200 Subject: [PATCH] 4.5.0 --- docs/about/introduction/knowledge-model.rst | 1 + docs/conf.py | 2 +- docs/more/self-hosted-dsw/upgrade-guidelines.rst | 5 +++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/about/introduction/knowledge-model.rst b/docs/about/introduction/knowledge-model.rst index d6d4732..ef49035 100644 --- a/docs/about/introduction/knowledge-model.rst +++ b/docs/about/introduction/knowledge-model.rst @@ -169,6 +169,7 @@ This can be use, for example, to define the FAIR metrics: And then define which answers affect which FAIR metrics to provide more feedback to the researchers. +How answer affect certain metric is then set up in the :ref:`answer`. .. _phase: diff --git a/docs/conf.py b/docs/conf.py index ff1a3ea..cb85b2c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ project_name_full = 'Data Stewardship Wizard' # The full version, including alpha/beta/rc tags -version = release = '4.4' +version = release = '4.5' rst_prolog = f""" diff --git a/docs/more/self-hosted-dsw/upgrade-guidelines.rst b/docs/more/self-hosted-dsw/upgrade-guidelines.rst index 558664c..18c35a9 100644 --- a/docs/more/self-hosted-dsw/upgrade-guidelines.rst +++ b/docs/more/self-hosted-dsw/upgrade-guidelines.rst @@ -43,6 +43,11 @@ Usually, nothing special is required for the upgrade. Internal structure changes Make sure to stop ``document-worker`` and ``mailer`` before upgrading to the next version. Run ``wizard-server`` first, then run the workers. Otherwise the database migrations might not work correctly. +4.4.X to 4.5.X +---------------- + +*(nothing)* + 4.3.X to 4.4.X ----------------