From 3bef96bafab04161991c2cd98a1ed51f6362d670 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sun, 23 Apr 2023 01:46:09 +0200 Subject: [PATCH] Version 1.4.1 --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 455c157..8c76a67 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.4.0" -release = "1.4.0" +version = "1.4.1" +release = "1.4.1" # -- General configuration ---------------------------------------------------