Skip to content

Commit

Permalink
Bump to 0.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jan 8, 2024
1 parent bcd8973 commit 969c51c
Show file tree
Hide file tree
Showing 2 changed files with 12 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, 13)
__version__ = "0.7.13"
__version_info__ = (0, 7, 14)
__version__ = "0.7.14"


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

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

- Dropped support for Python 3.8 and earlier.
- Dropped support for Sphinx 3.3 and earlier.
- :issue:`198` Fix horizontal scrolling on mobile.
- :issue:`206` Properly support the ``html_support_sphinx`` config value.
- :issue:`211` Fix the GitHub 'forkme' banner.
- Added ``alabaster_version_info`` to the HTML template context.
- Declare support for Python 3.13.
- Adopt the Ruff linter and formatter.
- Migrate from CircleCI to GitHub Actions.

:git_tag:`0.7.13` -- 2023-01-13
-------------------------------
Expand Down

0 comments on commit 969c51c

Please sign in to comment.