From db601c04d305de5b1fe67b4e9615109cb320a873 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Tue, 5 Jul 2022 22:23:47 +0200 Subject: [PATCH] Version 1.2.2 --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index e7a5b38..7f932d9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,8 +20,8 @@ project = 'version' copyright = "2022, Michael Fabian Dirks" author = "Michael Fabian 'Xaymar' Dirks" -version = "1.2.1" -release = "1.2.1" +version = "1.2.2" +release = "1.2.2" # -- General configuration ---------------------------------------------------