We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9bffd commit 91d3f83Copy full SHA for 91d3f83
CHANGES.rst
@@ -1,8 +1,8 @@
1
Changelog
2
=========
3
4
-Unreleased
5
-----------
+Version 2.5 (2023-09-26)
+------------------------
6
7
* Drop support for sphinx < 3.4.0
8
* [ `#45 <https://github.com/edoburu/sphinxcontrib-django/issues/45>`_ ] Fix rendering of inheritance diagrams
sphinxcontrib_django/__init__.py
@@ -4,7 +4,7 @@
from __future__ import annotations
-__version__ = "2.4"
+__version__ = "2.5"
9
from sphinx.application import Sphinx
10
0 commit comments