Skip to content

Commit

Permalink
Bump to v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timobrembeck committed Jan 2, 2023
1 parent d0a25f0 commit e5a38d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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 <https://pypi.org/project/sphinxcontrib-django2/>`_.
Merge fork `sphinxcontrib_django2 <https://pypi.org/project/sphinxcontrib-django2/>`_ back into `sphinxcontrib_django <https://pypi.org/project/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
Expand Down
2 changes: 1 addition & 1 deletion sphinxcontrib_django/__init__.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit e5a38d0

Please sign in to comment.