Skip to content

Commit 872cb8d

Browse files
committed
Bump to v2.4
1 parent 9d5be4e commit 872cb8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

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

4-
Unreleased
5-
----------
4+
Version 2.4 (2023-07-02)
5+
------------------------
66

77
* [ `#39 <https://github.com/edoburu/sphinxcontrib-django/issues/39>`_ ] Fix table names of abstract models (`@insspb <https://github.com/insspb>`__)
88
* [ `#41 <https://github.com/edoburu/sphinxcontrib-django/issues/41>`_ ] Fix rendering of iterable choices (`@insspb <https://github.com/insspb>`__)

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__ = "2.3"
4+
__version__ = "2.4"
55

66
from . import docstrings, roles
77

0 commit comments

Comments
 (0)