File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11import os
22
3- __version_info__ = (0 , 7 , 16 )
4- __version__ = "0.7.16 "
3+ __version_info__ = (1 , 0 , 0 )
4+ __version__ = "1.0.0 "
55
66
77def get_path ():
Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ Changelog
55Next release (in development)
66-----------------------------
77
8+ :git_tag: `1.0.0 ` -- 2024-07-26
9+ ------------------------------
10+
11+ - Dropped support for Python 3.9 and earlier.
12+ - Dropped support for Sphinx 6.1 and earlier.
13+ - Use a new SVG image for the GitHub banner.
14+ - :feature: `217 ` Use the new *searchfield * component for the search box.
15+ Patch by Tim Hoffmann.
16+ - :feature: `104 ` Allow translating strings in ``relations.html ``.
17+ - :bug: `125 ` Do not underline linked images.
18+ Patch by Joshua Bronson.
19+ - :bug: `169 ` Do not ignore the Pygments background colour.
20+ Patch by Matthias Geier.
21+ - :bug: `174 ` Fix clipping caused by incorrect CSS breakpoints.
22+
823:git_tag: `0.7.16 ` -- 2024-01-10
924-------------------------------
1025
You can’t perform that action at this time.
0 commit comments