File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
import os
2
2
3
- __version_info__ = (0 , 7 , 14 )
4
- __version__ = "0.7.14 "
3
+ __version_info__ = (0 , 7 , 15 )
4
+ __version__ = "0.7.15 "
5
5
6
6
7
7
def get_path ():
Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ Changelog
5
5
Next release (in development)
6
6
-----------------------------
7
7
8
+ :git_tag: `0.7.15 ` -- 2024-01-08
9
+ -------------------------------
10
+
11
+ - :feature: `213 ` Allow an arbitrary string in the ``logo_name `` option.
12
+ - :feature: `114 ` Improved sidebar CSS styles.
13
+ - :issue: `178 ` Deprecated ``canonical_url `` in favor of ``html_baseurl ``.
14
+ - :bug: `200 ` Removed duplicate ``<meta name="viewport" ... /> `` tag.
15
+ - :bug: `188 ` Removed underline from whitespace.
16
+ - :bug: `164 ` Removed ``type="text/javascript" `` from <script> elements.
17
+ - :bug: `161 ` Replaced ``© `` with unicode decimal code entity ``#169; ``.
18
+
8
19
:git_tag: `0.7.14 ` -- 2024-01-08
9
20
-------------------------------
10
21
You can’t perform that action at this time.
0 commit comments