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"