From 5eedf7220d71c4279094270e4b633d2b0ce5ebfc Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:32:35 +0100 Subject: [PATCH] Release 2024.10.02 --- NEWS.rst | 5 +++++ sphinx_autobuild/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index ae75722..0d12dcd 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -4,6 +4,11 @@ Changelog unreleased ---------- +2024.10.02 - 2024-10-02 +----------------------- + +* Show the changed paths that triggered the rebuild. + 2024.09.19 - 2024-09-19 ----------------------- diff --git a/sphinx_autobuild/__init__.py b/sphinx_autobuild/__init__.py index 998785c..c933533 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.19" +__version__ = "2024.10.02"