From 19e08447acfca2549490edc060738cad8e17b808 Mon Sep 17 00:00:00 2001 From: Camila Ayres Date: Mon, 17 Jun 2024 15:41:14 +0200 Subject: [PATCH] Fix version in doc/conf.py Signed-off-by: Camila Ayres --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 05c57958bae67..3f1e5aa0eb08d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -48,7 +48,7 @@ # built documents. # # The short X.Y version. -version = '3.13' +version = '3.12' # The full version, including alpha/beta/rc tags. release = '3.12.5'