From 9fb3c70a9b759752baad0c78a5f5ca18a4d452e4 Mon Sep 17 00:00:00 2001 From: Johanna England Date: Wed, 20 Mar 2024 13:44:16 +0100 Subject: [PATCH] Change version in docs to 5.8 --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index eead349e93..cd5ab942fd 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -58,7 +58,7 @@ # built documents. # # The short X.Y version. -version = 'dev' +version = '5.8' # version = '.'.join(buildconf.VERSION.split('.')[:2]) # The full version, including alpha/beta/rc tags. release = buildconf.VERSION