Skip to content

Commit

Permalink
Bump to v2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
timobrembeck committed Sep 26, 2023
1 parent 0c9bffd commit 91d3f83
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.5 (2023-09-26)
------------------------

* Drop support for sphinx < 3.4.0
* [ `#45 <https://github.com/edoburu/sphinxcontrib-django/issues/45>`_ ] Fix rendering of inheritance diagrams
Expand Down
2 changes: 1 addition & 1 deletion sphinxcontrib_django/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from __future__ import annotations

__version__ = "2.4"
__version__ = "2.5"

from sphinx.application import Sphinx

Expand Down

0 comments on commit 91d3f83

Please sign in to comment.