Skip to content

Commit

Permalink
Bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jul 26, 2024
1 parent 7d5c318 commit fba58a4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alabaster/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os

__version_info__ = (0, 7, 16)
__version__ = "0.7.16"
__version_info__ = (1, 0, 0)
__version__ = "1.0.0"


def get_path():
Expand Down
15 changes: 15 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ Changelog
Next release (in development)
-----------------------------

:git_tag:`1.0.0` -- 2024-07-26
------------------------------

- Dropped support for Python 3.9 and earlier.
- Dropped support for Sphinx 6.1 and earlier.
- Use a new SVG image for the GitHub banner.
- :feature:`217` Use the new *searchfield* component for the search box.
Patch by Tim Hoffmann.
- :feature:`104` Allow translating strings in ``relations.html``.
- :bug:`125` Do not underline linked images.
Patch by Joshua Bronson.
- :bug:`169` Do not ignore the Pygments background colour.
Patch by Matthias Geier.
- :bug:`174` Fix clipping caused by incorrect CSS breakpoints.

:git_tag:`0.7.16` -- 2024-01-10
-------------------------------

Expand Down

0 comments on commit fba58a4

Please sign in to comment.