Skip to content

Commit 7ab6b0f

Browse files
committed
Version 4.2.0
1 parent fefec8e commit 7ab6b0f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

debug_toolbar/__init__.py

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

55
# Do not use pkg_resources to find the version but set it here directly!
66
# see issue #1446
7-
VERSION = "4.1.0"
7+
VERSION = "4.2.0"
88

99
# Code that discovers files or modules in INSTALLED_APPS imports this module.
1010
urls = "debug_toolbar.urls", APP_NAME

docs/changes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Change log
44
Pending
55
-------
66

7+
4.2.0 (2023-08-10)
8+
------------------
9+
710
* Adjusted app directories system check to allow for nested template loaders.
811
* Switched from flake8, isort and pyupgrade to `ruff
912
<https://beta.ruff.rs/>`__.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
copyright = copyright.format(datetime.date.today().year)
2626

2727
# The full version, including alpha/beta/rc tags
28-
release = "4.1.0"
28+
release = "4.2.0"
2929

3030

3131
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)