File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,14 @@ Changelog
2
2
=========
3
3
4
4
5
+ Version 1.0.1
6
+ -------------
7
+
8
+ :Date: May 21, 2024
9
+
10
+ * Do not create 404 page for embedded
11
+ * Small documentation improvements
12
+
5
13
Version 1.0.0
6
14
-------------
7
15
Original file line number Diff line number Diff line change 1
- __version__ = "1.0.0 "
1
+ __version__ = "1.0.1 "
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ keywords=[
18
18
dependencies = [
19
19
" sphinx>=5" ,
20
20
]
21
- version = " 1.0.0 "
21
+ version = " 1.0.1 "
22
22
readme = " README.rst"
23
23
requires-python = " >=3.8"
24
24
license = {file = " LICENSE" }
@@ -73,7 +73,7 @@ exclude = [
73
73
]
74
74
75
75
[tool .bumpver ]
76
- current_version = " 1.0.0 "
76
+ current_version = " 1.0.1 "
77
77
version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
78
78
commit_message = " Release {new_version}"
79
79
commit = true
You can’t perform that action at this time.
0 commit comments