From bf330a4d542b42f5a0bd6510d6a478b17b9e2d8c Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sat, 13 Apr 2024 02:30:23 +0100 Subject: [PATCH] Release 2024.04.13 --- NEWS.rst | 3 +++ sphinx_autobuild/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 657a703..dc0205d 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -4,6 +4,9 @@ Changelog unreleased ---------- +2024.04.13 - 2024-04-13 +----------------------- + * Drop ``python-livereload``. * Add ``starlette`` and ``uvicorn`` as dependencies. * Implement hot reloading via websockets. diff --git a/sphinx_autobuild/__init__.py b/sphinx_autobuild/__init__.py index 92078cf..7b3ce75 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.02.04" +__version__ = "2024.04.13"