Skip to content

Commit 91d3f83

Browse files
committed
Bump to v2.5
1 parent 0c9bffd commit 91d3f83

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.5 (2023-09-26)
5+
------------------------
66

77
* Drop support for sphinx < 3.4.0
88
* [ `#45 <https://github.com/edoburu/sphinxcontrib-django/issues/45>`_ ] Fix rendering of inheritance diagrams

sphinxcontrib_django/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from __future__ import annotations
66

7-
__version__ = "2.4"
7+
__version__ = "2.5"
88

99
from sphinx.application import Sphinx
1010

0 commit comments

Comments
 (0)