From 3a53fd756c190a2374ea2db7eae5c7813e808748 Mon Sep 17 00:00:00 2001 From: Timo Ludwig Date: Wed, 1 Mar 2023 23:44:35 +0100 Subject: [PATCH] Bump to v2.2 --- CHANGES.rst | 4 ++-- sphinxcontrib_django/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 4a5db6d..3ff3f0a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changelog ========= -Unreleased ----------- +Version 2.2 (2023-03-01) +------------------------ * [ `#35 `_ ] Fix interference with other ``autodoc-skip-member`` signal handlers diff --git a/sphinxcontrib_django/__init__.py b/sphinxcontrib_django/__init__.py index 62ad31b..a9ee3ca 100644 --- a/sphinxcontrib_django/__init__.py +++ b/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