diff --git a/docs/conf.py b/docs/conf.py index 70ceeb9..0264a11 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.1' +version = release = '4.2' rst_prolog = f""" diff --git a/docs/more/self-hosted-dsw/upgrade-guidelines.rst b/docs/more/self-hosted-dsw/upgrade-guidelines.rst index 4fb323c..0f3cba1 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.1.X to 4.2.X +---------------- + +*(nothing)* + 4.0.X to 4.1.X --------------