Skip to content

Commit

Permalink
Bump to v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
timobrembeck committed Apr 12, 2023
1 parent c68b064 commit da291d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

Unreleased
----------
Version 2.3 (2023-04-12)
------------------------

* Add support for Django 4.2
* Drop support for Django 4.0
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__ = "2.2"
__version__ = "2.3"

from . import docstrings, roles

Expand Down

0 comments on commit da291d4

Please sign in to comment.