From 5311e552082577da53cac5ff32ba986802f07849 Mon Sep 17 00:00:00 2001 From: Swann Martinez Date: Sun, 12 Jun 2022 21:16:11 +0200 Subject: [PATCH] fix: doc version number --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 9825403..e0a8ae2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,12 +16,12 @@ import sys # -- Project information ----------------------------------------------------- -project = 'Multi-User 0.5.0 Documentation' +project = 'Multi-User 0.5.x Documentation' copyright = '2020, Swann Martinez' author = 'Swann Martinez, Poochy, Fabian' # The full version, including alpha/beta/rc tags -version_release = '0.5.1-develop' +version_release = '0.5.5' # -- General configuration ---------------------------------------------------