Skip to content

Commit

Permalink
Bump to v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timobrembeck committed Mar 1, 2023
1 parent d62711c commit 3a53fd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

Unreleased
----------
Version 2.2 (2023-03-01)
------------------------

* [ `#35 <https://github.com/edoburu/sphinxcontrib-django/issues/35>`_ ] Fix interference with other ``autodoc-skip-member`` signal handlers

Expand Down
2 changes: 1 addition & 1 deletion sphinxcontrib_django/__init__.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 3a53fd7

Please sign in to comment.