diff --git a/CHANGES.rst b/CHANGES.rst index 6c35d9b..b7dee01 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,16 @@ Changelog ========= -Version 1.6 (2022-11-24) +Version 2.0 (2023-01-02) ------------------------ -*Versions 0.6 until 1.6 were releases of the fork* `sphinxcontrib_django2 `_. +Merge fork `sphinxcontrib_django2 `_ back into `sphinxcontrib_django `_. + +*Versions 0.6 until 1.6 were releases of the fork. With version 2.0, the changes are included in the original package again.* + + +Version 1.6 (2022-11-24) +------------------------ * Add inline docstrings of model fields to parameter documentation of models * Add support for Python 3.11 diff --git a/sphinxcontrib_django/__init__.py b/sphinxcontrib_django/__init__.py index 094a4a2..b674a05 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__ = "1.6" +__version__ = "2.0" from . import docstrings, roles