From 64aa5d96dcbd0f2bc76bccbf05df3c2d12f5dc64 Mon Sep 17 00:00:00 2001 From: Johanna England Date: Mon, 29 Apr 2024 15:55:14 +0200 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 3cc298ea95..b6fc086a17 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -59,7 +59,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