From 1d432fed745773608a5fed44278a02aaf68d3fd3 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:02:10 +0100 Subject: [PATCH] Release 2024.04.16 --- NEWS.rst | 6 ++++++ sphinx_autobuild/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"