Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Jul 31, 2024
1 parent 4a7a4db commit be376e2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------

Expand Down
2 changes: 1 addition & 1 deletion notfound/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.3"
__version__ = "1.0.4"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit be376e2

Please sign in to comment.