diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0a11147..4a781f2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,22 @@ Changelog ========= + +Version 0.8.3 +------------- + +:Date: July 13, 2022 + +Making the release properly and uploading it to PyPI. + + +Version 0.8.2 +------------- + +:Date: July 13, 2022 + +Mistake while releasing with bumpver. + Version 0.8.1 ------------- diff --git a/notfound/__init__.py b/notfound/__init__.py index deded32..732155f 100644 --- a/notfound/__init__.py +++ b/notfound/__init__.py @@ -1 +1 @@ -__version__ = "0.8.2" +__version__ = "0.8.3" diff --git a/pyproject.toml b/pyproject.toml index 0b395f3..22c2372 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ keywords=[ dependencies = [ "sphinx >=1.8", ] -version = "0.8.2" +version = "0.8.3" readme = "README.rst" license = {file = "LICENSE"} classifiers = [ @@ -70,7 +70,7 @@ exclude = [ ] [tool.bumpver] -current_version = "0.8.2" +current_version = "0.8.3" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "Release {new_version}" commit = true