diff --git a/NEWS.rst b/NEWS.rst index dc0205d..06cc4a8 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -4,6 +4,12 @@ Changelog unreleased ---------- +2024.04.16 - 2024-04-16 +----------------------- + +* Add a missing dependency on ``watchfiles``. +* Adopt Ruff in place of flake8 and black. + 2024.04.13 - 2024-04-13 ----------------------- diff --git a/sphinx_autobuild/__init__.py b/sphinx_autobuild/__init__.py index 7b3ce75..343ac3a 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.04.13" +__version__ = "2024.04.16"