Skip to content

Commit b134d97

Browse files
committed
Release 2024.09.18
1 parent 7b10420 commit b134d97

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changelog
44
unreleased
55
----------
66

7+
2024.09.18 - 2024-09-18
8+
-----------------------
9+
10+
* Run Sphinx through the Python entry point rather than the binary on PATH.
11+
712
2024.09.17 - 2024-09-17
813
-----------------------
914

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.09.17"
3+
__version__ = "2024.09.18"

0 commit comments

Comments
 (0)