File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 44
55# Do not use pkg_resources to find the version but set it here directly!
66# see issue #1446
7- VERSION = "4.2 .0"
7+ VERSION = "4.3 .0"
88
99# Code that discovers files or modules in INSTALLED_APPS imports this module.
1010urls = "debug_toolbar.urls" , APP_NAME
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ Change log
44Pending
55-------
66
7+ 4.3.0 (2024-02-01)
8+ ------------------
9+
710* Dropped support for Django 4.0.
811* Added Python 3.12 to test matrix.
912* Removed outdated third-party panels from the list.
Original file line number Diff line number Diff line change 2525copyright = copyright .format (datetime .date .today ().year )
2626
2727# The full version, including alpha/beta/rc tags
28- release = "4.2 .0"
28+ release = "4.3 .0"
2929
3030
3131# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments