Skip to content

Commit

Permalink
Release 2024.04.16
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Apr 16, 2024
1 parent 48a778c commit 1d432fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------------------

Expand Down
2 changes: 1 addition & 1 deletion sphinx_autobuild/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Rebuild Sphinx documentation on changes, with hot reloading in the browser."""

__version__ = "2024.04.13"
__version__ = "2024.04.16"

0 comments on commit 1d432fe

Please sign in to comment.