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 e838fcc commit 471f23dCopy full SHA for 471f23d
CHANGES.rst
@@ -1,8 +1,8 @@
1
Changelog
2
=========
3
4
-Unreleased
5
-----------
+Version 2.1 (2023-03-01)
+------------------------
6
7
* [ `#32 <https://github.com/edoburu/sphinxcontrib-django/issues/32>`_ ] Fix rendering of nested directives in model parameter documentation
8
sphinxcontrib_django/__init__.py
@@ -1,7 +1,7 @@
"""
This is a sphinx extension which improves the documentation of Django apps.
-__version__ = "2.0"
+__version__ = "2.1"
from . import docstrings, roles
0 commit comments