Skip to content

Commit 969c51c

Browse files
committed
Bump to 0.7.14
1 parent bcd8973 commit 969c51c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-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, 13)
4-
__version__ = "0.7.13"
3+
__version_info__ = (0, 7, 14)
4+
__version__ = "0.7.14"
55

66

77
def get_path():

docs/changelog.rst

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

8+
:git_tag:`0.7.14` -- 2024-01-08
9+
-------------------------------
10+
811
- Dropped support for Python 3.8 and earlier.
912
- Dropped support for Sphinx 3.3 and earlier.
13+
- :issue:`198` Fix horizontal scrolling on mobile.
14+
- :issue:`206` Properly support the ``html_support_sphinx`` config value.
15+
- :issue:`211` Fix the GitHub 'forkme' banner.
16+
- Added ``alabaster_version_info`` to the HTML template context.
17+
- Declare support for Python 3.13.
18+
- Adopt the Ruff linter and formatter.
19+
- Migrate from CircleCI to GitHub Actions.
1020

1121
:git_tag:`0.7.13` -- 2023-01-13
1222
-------------------------------

0 commit comments

Comments
 (0)