From b134d97fdd06160916034c0bf73e248d0b7e2205 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Wed, 18 Sep 2024 22:10:07 +0100 Subject: [PATCH] Release 2024.09.18 --- NEWS.rst | 5 +++++ sphinx_autobuild/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index a8be5eb..b90e0ec 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -4,6 +4,11 @@ Changelog unreleased ---------- +2024.09.18 - 2024-09-18 +----------------------- + +* Run Sphinx through the Python entry point rather than the binary on PATH. + 2024.09.17 - 2024-09-17 ----------------------- diff --git a/sphinx_autobuild/__init__.py b/sphinx_autobuild/__init__.py index 4a7d1b6..0c0397c 100644 --- a/sphinx_autobuild/__init__.py +++ b/sphinx_autobuild/__init__.py @@ -1,3 +1,3 @@ """Rebuild Sphinx documentation on changes, with hot reloading in the browser.""" -__version__ = "2024.09.17" +__version__ = "2024.09.18"