From f83aaa3920c5ba8ad7ab1a7e3044acf45c8bd248 Mon Sep 17 00:00:00 2001 From: krystofkomanec Date: Fri, 7 Aug 2026 08:09:43 +0200 Subject: [PATCH] 4.33.0 --- docs/conf.py | 2 +- docs/more/self-hosted-dsw/upgrade-guidelines.rst | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 0f3dda2..2cb4ded 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'DSW Team' # The full version, including alpha/beta/rc tags -version = release = '4.32' +version = release = '4.33' # -- General configuration --------------------------------------------------- diff --git a/docs/more/self-hosted-dsw/upgrade-guidelines.rst b/docs/more/self-hosted-dsw/upgrade-guidelines.rst index 34dd97a..f21d8be 100644 --- a/docs/more/self-hosted-dsw/upgrade-guidelines.rst +++ b/docs/more/self-hosted-dsw/upgrade-guidelines.rst @@ -45,6 +45,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.32.X to 4.33.X +---------------- + +*(nothing)* + 4.31.X to 4.32.X ----------------