File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
import os
2
2
3
- __version_info__ = (0 , 7 , 13 )
4
- __version__ = "0.7.13 "
3
+ __version_info__ = (0 , 7 , 14 )
4
+ __version__ = "0.7.14 "
5
5
6
6
7
7
def get_path ():
Original file line number Diff line number Diff line change @@ -5,8 +5,18 @@ Changelog
5
5
Next release (in development)
6
6
-----------------------------
7
7
8
+ :git_tag: `0.7.14 ` -- 2024-01-08
9
+ -------------------------------
10
+
8
11
- Dropped support for Python 3.8 and earlier.
9
12
- 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.
10
20
11
21
:git_tag: `0.7.13 ` -- 2023-01-13
12
22
-------------------------------
You can’t perform that action at this time.
0 commit comments