From 4e7b2ec81fbbac066843d33141133c3307e43e09 Mon Sep 17 00:00:00 2001 From: Pascal Gouedo Date: Wed, 3 Jul 2024 18:18:35 +0200 Subject: [PATCH] Changed User Manual version to v1.8.3 Signed-off-by: Pascal Gouedo --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 3e24854b3..f9df04545 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -44,7 +44,7 @@ # The short X.Y version version = u'' # The full version, including alpha/beta/rc tags -release = u'v1.8.0' +release = u'v1.8.3' # -- General configuration ---------------------------------------------------