Skip to content

Commit

Permalink
Release 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Jul 13, 2022
1 parent f70bfca commit ab2c331
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
-------------

Expand Down
2 changes: 1 addition & 1 deletion notfound/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.2"
__version__ = "0.8.3"
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 >=1.8",
]
version = "0.8.2"
version = "0.8.3"
readme = "README.rst"
license = {file = "LICENSE"}
classifiers = [
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ab2c331

Please sign in to comment.