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"