Skip to content

Commit 1d432fe

Browse files
committed
Release 2024.04.16
1 parent 48a778c commit 1d432fe

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS.rst

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Changelog
44
unreleased
55
----------
66

7+
2024.04.16 - 2024-04-16
8+
-----------------------
9+
10+
* Add a missing dependency on ``watchfiles``.
11+
* Adopt Ruff in place of flake8 and black.
12+
713
2024.04.13 - 2024-04-13
814
-----------------------
915

sphinx_autobuild/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Rebuild Sphinx documentation on changes, with hot reloading in the browser."""
22

3-
__version__ = "2024.04.13"
3+
__version__ = "2024.04.16"

0 commit comments

Comments
 (0)