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 9d5be4e commit 872cb8dCopy full SHA for 872cb8d
CHANGES.rst
@@ -1,8 +1,8 @@
1
Changelog
2
=========
3
4
-Unreleased
5
-----------
+Version 2.4 (2023-07-02)
+------------------------
6
7
* [ `#39 <https://github.com/edoburu/sphinxcontrib-django/issues/39>`_ ] Fix table names of abstract models (`@insspb <https://github.com/insspb>`__)
8
* [ `#41 <https://github.com/edoburu/sphinxcontrib-django/issues/41>`_ ] Fix rendering of iterable choices (`@insspb <https://github.com/insspb>`__)
sphinxcontrib_django/__init__.py
@@ -1,7 +1,7 @@
"""
This is a sphinx extension which improves the documentation of Django apps.
-__version__ = "2.3"
+__version__ = "2.4"
from . import docstrings, roles
0 commit comments