File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
# Do not use pkg_resources to find the version but set it here directly!
6
6
# see issue #1446
7
- VERSION = "4.1 .0"
7
+ VERSION = "4.2 .0"
8
8
9
9
# Code that discovers files or modules in INSTALLED_APPS imports this module.
10
10
urls = "debug_toolbar.urls" , APP_NAME
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ Change log
4
4
Pending
5
5
-------
6
6
7
+ 4.2.0 (2023-08-10)
8
+ ------------------
9
+
7
10
* Adjusted app directories system check to allow for nested template loaders.
8
11
* Switched from flake8, isort and pyupgrade to `ruff
9
12
<https://beta.ruff.rs/> `__.
Original file line number Diff line number Diff line change 25
25
copyright = copyright .format (datetime .date .today ().year )
26
26
27
27
# The full version, including alpha/beta/rc tags
28
- release = "4.1 .0"
28
+ release = "4.2 .0"
29
29
30
30
31
31
# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments