Skip to content

Commit

Permalink
Bump to 0.7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jan 8, 2024
1 parent 56f12de commit d24c4cb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alabaster/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os

__version_info__ = (0, 7, 14)
__version__ = "0.7.14"
__version_info__ = (0, 7, 15)
__version__ = "0.7.15"


def get_path():
Expand Down
11 changes: 11 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ Changelog
Next release (in development)
-----------------------------

:git_tag:`0.7.15` -- 2024-01-08
-------------------------------

- :feature:`213` Allow an arbitrary string in the ``logo_name`` option.
- :feature:`114` Improved sidebar CSS styles.
- :issue:`178` Deprecated ``canonical_url`` in favor of ``html_baseurl``.
- :bug:`200` Removed duplicate ``<meta name="viewport" ... />`` tag.
- :bug:`188` Removed underline from whitespace.
- :bug:`164` Removed ``type="text/javascript"`` from <script> elements.
- :bug:`161` Replaced ``&copy;`` with unicode decimal code entity ``#169;``.

:git_tag:`0.7.14` -- 2024-01-08
-------------------------------

Expand Down

0 comments on commit d24c4cb

Please sign in to comment.