diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0d78d57..f10bc90 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog ========= +Version 1.0.0 +------------- + +:Date: August 30, 2023 + + Version 1.0.0rc0 ---------------- diff --git a/notfound/__init__.py b/notfound/__init__.py index 6c93125..5becc17 100644 --- a/notfound/__init__.py +++ b/notfound/__init__.py @@ -1 +1 @@ -__version__ = "1.0.0rc1" +__version__ = "1.0.0" diff --git a/pyproject.toml b/pyproject.toml index 68a2403..25f78ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ keywords=[ dependencies = [ "sphinx>=5", ] -version = "1.0.0rc1" +version = "1.0.0" readme = "README.rst" requires-python = ">=3.8" license = {file = "LICENSE"} @@ -73,7 +73,7 @@ exclude = [ ] [tool.bumpver] -current_version = "1.0.0rc1" +current_version = "1.0.0" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "Release {new_version}" commit = true