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 ----------------