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 b3891de commit 5d5abc3Copy full SHA for 5d5abc3
CHANGES.rst
@@ -1,8 +1,8 @@
1
Changelog
2
=========
3
4
-UNRELEASED
5
-----------
+Version 1.6 (2022-11-24)
+------------------------
6
7
* Add inline docstrings of model fields to parameter documentation of models
8
* Add support for Python 3.11
sphinxcontrib_django2/__init__.py
@@ -1,7 +1,7 @@
"""
This is a sphinx extension which improves the documentation of Django apps.
-__version__ = "1.5"
+__version__ = "1.6"
from . import docstrings, roles
0 commit comments