File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
11
Version 0.8
5
12
-----------
6
13
Original file line number Diff line number Diff line change 1
- __version__ = ' 0.8.0'
1
+ __version__ = " 0.8.2"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ keywords=[
18
18
dependencies = [
19
19
" sphinx >=1.8" ,
20
20
]
21
- version = " 0.8.0 "
21
+ version = " 0.8.2 "
22
22
readme = " README.rst"
23
23
license = {file = " LICENSE" }
24
24
classifiers = [
@@ -70,7 +70,7 @@ exclude = [
70
70
]
71
71
72
72
[tool .bumpver ]
73
- current_version = " 0.8.0 "
73
+ current_version = " 0.8.2 "
74
74
version_pattern = " MAJOR.MINOR.PATCH"
75
75
commit_message = " Release {new_version}"
76
76
commit = true
You can’t perform that action at this time.
0 commit comments