diff --git a/CHANGES.rst b/CHANGES.rst index 5c19b95..4d56da9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changelog ========= -Unreleased ----------- +Version 2.3 (2023-04-12) +------------------------ * Add support for Django 4.2 * Drop support for Django 4.0 diff --git a/sphinxcontrib_django/__init__.py b/sphinxcontrib_django/__init__.py index a9ee3ca..acfee33 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.2" +__version__ = "2.3" from . import docstrings, roles