We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39cbbc1 commit f3fdc04Copy full SHA for f3fdc04
alabaster/__init__.py
@@ -1,7 +1,7 @@
1
import os
2
3
-__version_info__ = (0, 7, 15)
4
-__version__ = "0.7.15"
+__version_info__ = (0, 7, 16)
+__version__ = "0.7.16"
5
6
7
def get_path():
docs/changelog.rst
@@ -5,6 +5,9 @@ Changelog
Next release (in development)
-----------------------------
8
+:git_tag:`0.7.16` -- 2024-01-10
9
+-------------------------------
10
+
11
- :bug:`215` Do not display ``logo_name`` if it is set to ``False``.
12
13
:git_tag:`0.7.15` -- 2024-01-08
0 commit comments