Skip to content

Commit fd726c5

Browse files
committed
Release 2025.08.25
1 parent f810750 commit fd726c5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ Changelog
44
unreleased
55
----------
66

7+
2025.08.25 - 2025-08-25
8+
-----------------------
9+
710
* Drop support for Python 3.9-3.10 to match Sphinx.
811
* Declare support for Python 3.14.
12+
* Add an optional ``--post-build`` flag to run additional commands
13+
after building the documentation.
14+
* Add support for the ``SPHINX_AUTOBUILD_DEBUG`` environment variable
15+
to help with debugging.
916

1017
2024.10.03 - 2024-10-03
1118
-----------------------

sphinx_autobuild/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Rebuild Sphinx documentation on changes, with hot reloading in the browser."""
22

3-
__version__ = "2024.10.03"
3+
__version__ = "2025.08.25"

0 commit comments

Comments
 (0)