From 9432a127199b7f8df731a68365dd8f5b2eee9ba5 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Fri, 30 Sep 2022 10:24:22 +0200 Subject: [PATCH] Incremented project version to 2022.09.30. --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index 1881536d..a64aa79d 100644 --- a/source/conf.py +++ b/source/conf.py @@ -14,7 +14,7 @@ from time import strftime # Configuring static version for the packaged builds. -rel_version = '2022.07.30' +rel_version = '2022.09.30' # -- General configuration ------------------------------------------------