Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e5a38d0

Browse filesBrowse files
committed
Bump to v2.0
1 parent d0a25f0 commit e5a38d0
Copy full SHA for e5a38d0

File tree

2 files changed

+9
-3
lines changed
Filter options

2 files changed

+9
-3
lines changed

‎CHANGES.rst

Copy file name to clipboardExpand all lines: CHANGES.rst
+8-2
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

Copy file name to clipboardExpand all lines: sphinxcontrib_django/__init__.py
+1-1
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.