Skip to content

Commit f70bfca

Browse files
committed
Release 0.8.2
1 parent 1b735e3 commit f70bfca

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.rst

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

4+
Version 0.8.1
5+
-------------
6+
7+
:Date: July 13, 2022
8+
9+
* Handle special case on Read the Docs URLs (https://github.com/readthedocs/sphinx-notfound-page/pull/200)
10+
411
Version 0.8
512
-----------
613

notfound/__init__.py

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

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.0"
21+
version = "0.8.2"
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.0"
73+
current_version = "0.8.2"
7474
version_pattern = "MAJOR.MINOR.PATCH"
7575
commit_message = "Release {new_version}"
7676
commit = true

0 commit comments

Comments
 (0)