File tree 2 files changed +17
-2
lines changed
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
import os
2
2
3
- __version_info__ = (0 , 7 , 16 )
4
- __version__ = "0.7.16 "
3
+ __version_info__ = (1 , 0 , 0 )
4
+ __version__ = "1.0.0 "
5
5
6
6
7
7
def get_path ():
Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ Changelog
5
5
Next release (in development)
6
6
-----------------------------
7
7
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
+
8
23
:git_tag: `0.7.16 ` -- 2024-01-10
9
24
-------------------------------
10
25
You can’t perform that action at this time.
0 commit comments