From f160b4ca19d529bd729ee7fe930c97383aaf8d5c Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 18 Nov 2025 17:39:39 +0000 Subject: [PATCH] Update Sphinx documentation version to 1.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix version mismatch in docs/source/conf.py (1.0.0 → 1.0.1) - Ensures documentation version matches project version in pyproject.toml - Documentation builds successfully with no warnings --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 52fb406..edac375 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,7 +13,7 @@ project = 'DVOACAP Python' copyright = '2025, DVOACAP Python Contributors' author = 'DVOACAP Python Contributors' -release = '1.0.0' +release = '1.0.1' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration