From 767bb5c286416756a9328f0c830531424303db73 Mon Sep 17 00:00:00 2001 From: Morten Brekkevold Date: Thu, 7 Sep 2023 13:30:12 +0200 Subject: [PATCH] Update doc version for the 5.7 stable branch --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 3cc298ea95..13a018d5b4 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -59,7 +59,7 @@ # built documents. # # The short X.Y version. -version = 'dev' +version = '5.7' # version = '.'.join(buildconf.VERSION.split('.')[:2]) # The full version, including alpha/beta/rc tags. release = buildconf.VERSION