Skip to content

Commit e5a38d0

Browse files
committed
Bump to v2.0
1 parent d0a25f0 commit e5a38d0

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGES.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
Changelog
22
=========
33

4-
Version 1.6 (2022-11-24)
4+
Version 2.0 (2023-01-02)
55
------------------------
66

7-
*Versions 0.6 until 1.6 were releases of the fork* `sphinxcontrib_django2 <https://pypi.org/project/sphinxcontrib-django2/>`_.
7+
Merge fork `sphinxcontrib_django2 <https://pypi.org/project/sphinxcontrib-django2/>`_ back into `sphinxcontrib_django <https://pypi.org/project/sphinxcontrib-django/>`_.
8+
9+
*Versions 0.6 until 1.6 were releases of the fork. With version 2.0, the changes are included in the original package again.*
10+
11+
12+
Version 1.6 (2022-11-24)
13+
------------------------
814

915
* Add inline docstrings of model fields to parameter documentation of models
1016
* Add support for Python 3.11

sphinxcontrib_django/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
This is a sphinx extension which improves the documentation of Django apps.
33
"""
4-
__version__ = "1.6"
4+
__version__ = "2.0"
55

66
from . import docstrings, roles
77

0 commit comments

Comments
 (0)