From be376e225de3858c0525899fc7ac4aa16ab36c64 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Wed, 31 Jul 2024 14:28:54 +0200 Subject: [PATCH] Release 1.0.4 --- CHANGELOG.rst | 8 ++++++++ notfound/__init__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3990bad..f4011e4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ Changelog ========= +Version 1.0.4 +------------- + +:Date: Jul 31, 2024 + +* Fix issue when installing with Sphinx 7.2.x and ``notfound_urls_prefix=None`` + + Version 1.0.3 ------------- diff --git a/notfound/__init__.py b/notfound/__init__.py index 976498a..92192ee 100644 --- a/notfound/__init__.py +++ b/notfound/__init__.py @@ -1 +1 @@ -__version__ = "1.0.3" +__version__ = "1.0.4" diff --git a/pyproject.toml b/pyproject.toml index eca0f81..b4e0248 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ keywords=[ dependencies = [ "sphinx>=5", ] -version = "1.0.3" +version = "1.0.4" readme = "README.rst" requires-python = ">=3.8" license = {file = "LICENSE"} @@ -73,7 +73,7 @@ exclude = [ ] [tool.bumpver] -current_version = "1.0.3" +current_version = "1.0.4" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "Release {new_version}" commit = true