Skip to content

Commit fd6e9b9

Browse files
committed
Release 1.0.0
1 parent 9e9c6b8 commit fd6e9b9

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ Changelog
22
=========
33

44

5+
Version 1.0.0
6+
-------------
7+
8+
:Date: August 30, 2023
9+
10+
511
Version 1.0.0rc0
612
----------------
713

notfound/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0rc1"
1+
__version__ = "1.0.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ keywords=[
1818
dependencies = [
1919
"sphinx>=5",
2020
]
21-
version = "1.0.0rc1"
21+
version = "1.0.0"
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.0rc1"
76+
current_version = "1.0.0"
7777
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
7878
commit_message = "Release {new_version}"
7979
commit = true

0 commit comments

Comments
 (0)