Skip to content

Commit fba58a4

Browse files
committed
Bump to 1.0.0
1 parent 7d5c318 commit fba58a4

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

alabaster/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import 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

77
def get_path():

docs/changelog.rst

+15
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ Changelog
55
Next 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

0 commit comments

Comments
 (0)