diff --git a/CHANGES.rst b/CHANGES.rst index cbac66a..b8db4b3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changelog ========= -Unreleased ----------- +Version 2.1 (2023-03-01) +------------------------ * [ `#32 `_ ] Fix rendering of nested directives in model parameter documentation diff --git a/sphinxcontrib_django/__init__.py b/sphinxcontrib_django/__init__.py index b674a05..62ad31b 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.0" +__version__ = "2.1" from . import docstrings, roles