From 16bfa9568c3d72e07d94c214a0da53956c7a33eb Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sun, 21 Aug 2022 07:25:19 +0200 Subject: [PATCH] Version 1.4.0 --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 36b6a2c..455c157 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.3.0" -release = "1.3.0" +version = "1.4.0" +release = "1.4.0" # -- General configuration --------------------------------------------------- @@ -53,4 +53,4 @@ html_theme = 'sphinx_rtd_theme' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = [] \ No newline at end of file +html_static_path = []