Skip to content

Commit ab2c331

Browse files
committed
Release 0.8.3
1 parent f70bfca commit ab2c331

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.rst

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

4+
5+
Version 0.8.3
6+
-------------
7+
8+
:Date: July 13, 2022
9+
10+
Making the release properly and uploading it to PyPI.
11+
12+
13+
Version 0.8.2
14+
-------------
15+
16+
:Date: July 13, 2022
17+
18+
Mistake while releasing with bumpver.
19+
420
Version 0.8.1
521
-------------
622

notfound/__init__.py

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

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 >=1.8",
2020
]
21-
version = "0.8.2"
21+
version = "0.8.3"
2222
readme = "README.rst"
2323
license = {file = "LICENSE"}
2424
classifiers = [
@@ -70,7 +70,7 @@ exclude = [
7070
]
7171

7272
[tool.bumpver]
73-
current_version = "0.8.2"
73+
current_version = "0.8.3"
7474
version_pattern = "MAJOR.MINOR.PATCH"
7575
commit_message = "Release {new_version}"
7676
commit = true

0 commit comments

Comments
 (0)