Skip to content

Commit

Permalink
Version 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed May 3, 2022
1 parent e262e6a commit 1d6c953
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -44,7 +44,7 @@ Here's a screenshot of the toolbar in action:
In addition to the built-in panels, a number of third-party panels are
contributed by the community.

The current stable version of the Debug Toolbar is 3.3.0. It works on
The current stable version of the Debug Toolbar is 3.4.0. It works on
Django ≥ 3.2.

Documentation, including installation and configuration instructions, is
Expand Down
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 = "3.3.0"
VERSION = "3.4.0"

# Code that discovers files or modules in INSTALLED_APPS imports this module.
urls = "debug_toolbar.urls", APP_NAME
4 changes: 2 additions & 2 deletions docs/changes.rst
@@ -1,8 +1,8 @@
Change log
==========

Next version
------------
3.4.0 (2022-05-03)
------------------

* Fixed issue of stacktrace having frames that have no path to the file,
but are instead a string of the code such as
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 = "3.3.0"
release = "3.4.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = django-debug-toolbar
version = 3.3.0
version = 3.4.0
description = A configurable set of panels that display various debug information about the current request/response.
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down

0 comments on commit 1d6c953

Please sign in to comment.