Skip to content

Commit

Permalink
Release 2024.09.03
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Sep 3, 2024
1 parent 31c9bd8 commit 7d199ed
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,7 +4,13 @@ Changelog
unreleased
----------

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

* Fix support for Python 3.9.
* Fix running ``sphinx-autobuild`` via entry point scripts.
* Run ``sphinx-build`` in a subprocess to mitigate autdoc issues.
* Support the ``-M`` 'make mode' option for ``sphinx-build``.

2024.04.16 - 2024-04-16
-----------------------
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.16"
__version__ = "2024.09.03"

0 comments on commit 7d199ed

Please sign in to comment.