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 d62711c commit 3a53fd7Copy full SHA for 3a53fd7
CHANGES.rst
@@ -1,8 +1,8 @@
1
Changelog
2
=========
3
4
-Unreleased
5
-----------
+Version 2.2 (2023-03-01)
+------------------------
6
7
* [ `#35 <https://github.com/edoburu/sphinxcontrib-django/issues/35>`_ ] Fix interference with other ``autodoc-skip-member`` signal handlers
8
sphinxcontrib_django/__init__.py
@@ -1,7 +1,7 @@
"""
This is a sphinx extension which improves the documentation of Django apps.
-__version__ = "2.1"
+__version__ = "2.2"
from . import docstrings, roles
0 commit comments