From ba609d123e2d219b59f1d143ce5d7725ed5ac832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sat, 5 Jul 2025 20:26:43 +0200 Subject: [PATCH] Update documentation version number --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index bd02fa6a..85f31d1e 100644 --- a/conf.py +++ b/conf.py @@ -26,7 +26,7 @@ title = "Qubes Docs" html_title = "Qubes Docs" # The full version, including alpha/beta/rc tags -release = '0.1' +release = '4.3' # -- General configuration ---------------------------------------------------