Skip to content

Commit

Permalink
Release 2024.09.17
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Sep 17, 2024
1 parent 6c0752f commit 4dbe80d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changelog
unreleased
----------

2024.09.17 - 2024-09-17
-----------------------

* Relax checks for paths that aren't required to exist.

2024.09.03 - 2024-09-03
-----------------------

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.09.03"
__version__ = "2024.09.17"

0 comments on commit 4dbe80d

Please sign in to comment.