diff --git a/alabaster/__init__.py b/alabaster/__init__.py index c86a8d6..8da4cac 100644 --- a/alabaster/__init__.py +++ b/alabaster/__init__.py @@ -1,7 +1,7 @@ import os -__version_info__ = (0, 7, 15) -__version__ = "0.7.15" +__version_info__ = (0, 7, 16) +__version__ = "0.7.16" def get_path(): diff --git a/docs/changelog.rst b/docs/changelog.rst index 075c3bb..2cadad2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,9 @@ Changelog Next release (in development) ----------------------------- +:git_tag:`0.7.16` -- 2024-01-10 +------------------------------- + - :bug:`215` Do not display ``logo_name`` if it is set to ``False``. :git_tag:`0.7.15` -- 2024-01-08