We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a778c commit 1d432feCopy full SHA for 1d432fe
NEWS.rst
@@ -4,6 +4,12 @@ Changelog
4
unreleased
5
----------
6
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
13
2024.04.13 - 2024-04-13
14
-----------------------
15
sphinx_autobuild/__init__.py
@@ -1,3 +1,3 @@
1
"""Rebuild Sphinx documentation on changes, with hot reloading in the browser."""
2
3
-__version__ = "2024.04.13"
+__version__ = "2024.04.16"
0 commit comments