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 c68b064 commit da291d4Copy full SHA for da291d4
CHANGES.rst
@@ -1,8 +1,8 @@
1
Changelog
2
=========
3
4
-Unreleased
5
-----------
+Version 2.3 (2023-04-12)
+------------------------
6
7
* Add support for Django 4.2
8
* Drop support for Django 4.0
sphinxcontrib_django/__init__.py
@@ -1,7 +1,7 @@
"""
This is a sphinx extension which improves the documentation of Django apps.
-__version__ = "2.2"
+__version__ = "2.3"
from . import docstrings, roles
0 commit comments