From f4de0049f9bbd2b6cabb49828f759633ad74c337 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 30 Oct 2024 18:33:36 -0400 Subject: [PATCH] Update copyright format and bump version to 0.1.4 in documentation configuration --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d873e6e..67328fc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,9 +14,9 @@ sys.path.insert(0, os.path.abspath("..")) import simplemind project = "simplemind" -copyright = "2024, Kenneth Reitz" +copyright = "2024 Kenneth Reitz" author = "Kenneth Reitz" -release = "v0.1.3" +release = "v0.1.4" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration