From 2494a2b6c894380ced96307ae833afc0be37a143 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Fri, 22 Jul 2022 13:50:59 +0200 Subject: [PATCH] Version: 1.3.0 --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7f932d9..36b6a2c 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.2" -release = "1.2.2" +version = "1.3.0" +release = "1.3.0" # -- General configuration ---------------------------------------------------