Skip to content

Commit d24c4cb

Browse files
committed
Bump to 0.7.15
1 parent 56f12de commit d24c4cb

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

alabaster/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22

3-
__version_info__ = (0, 7, 14)
4-
__version__ = "0.7.14"
3+
__version_info__ = (0, 7, 15)
4+
__version__ = "0.7.15"
55

66

77
def get_path():

docs/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ Changelog
55
Next release (in development)
66
-----------------------------
77

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 ``&copy;`` with unicode decimal code entity ``#169;``.
18+
819
:git_tag:`0.7.14` -- 2024-01-08
920
-------------------------------
1021

0 commit comments

Comments
 (0)