Skip to content

Commit

Permalink
Version 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Feb 1, 2024
1 parent 0e7711e commit 0b59e24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debug_toolbar/__init__.py
Expand Up @@ -4,7 +4,7 @@

# Do not use pkg_resources to find the version but set it here directly!
# see issue #1446
VERSION = "4.2.0"
VERSION = "4.3.0"

# Code that discovers files or modules in INSTALLED_APPS imports this module.
urls = "debug_toolbar.urls", APP_NAME
3 changes: 3 additions & 0 deletions docs/changes.rst
Expand Up @@ -4,6 +4,9 @@ Change log
Pending
-------

4.3.0 (2024-02-01)
------------------

* Dropped support for Django 4.0.
* Added Python 3.12 to test matrix.
* Removed outdated third-party panels from the list.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -25,7 +25,7 @@
copyright = copyright.format(datetime.date.today().year)

# The full version, including alpha/beta/rc tags
release = "4.2.0"
release = "4.3.0"


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 0b59e24

Please sign in to comment.