Skip to content

Commit 3616f22

Browse files
committed
Release 1.0.1
1 parent 19cc822 commit 3616f22

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.rst

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ Changelog
22
=========
33

44

5+
Version 1.0.1
6+
-------------
7+
8+
:Date: May 21, 2024
9+
10+
* Do not create 404 page for embedded
11+
* Small documentation improvements
12+
513
Version 1.0.0
614
-------------
715

notfound/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0"
1+
__version__ = "1.0.1"

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ keywords=[
1818
dependencies = [
1919
"sphinx>=5",
2020
]
21-
version = "1.0.0"
21+
version = "1.0.1"
2222
readme = "README.rst"
2323
requires-python = ">=3.8"
2424
license = {file = "LICENSE"}
@@ -73,7 +73,7 @@ exclude = [
7373
]
7474

7575
[tool.bumpver]
76-
current_version = "1.0.0"
76+
current_version = "1.0.1"
7777
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
7878
commit_message = "Release {new_version}"
7979
commit = true

0 commit comments

Comments
 (0)