Skip to content

Commit 5654abe

Browse files
committed
django-debug-toolbar 3.0
1 parent 0f357a7 commit 5654abe

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Here's a screenshot of the toolbar in action:
3131
In addition to the built-in panels, a number of third-party panels are
3232
contributed by the community.
3333

34-
The current stable version of the Debug Toolbar is 2.2. It works on
34+
The current stable version of the Debug Toolbar is 3.0. It works on
3535
Django ≥ 2.2.
3636

3737
Documentation, including installation and configuration instructions, is

docs/changes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Change log
22
==========
33

4-
3.0a4 (2020-09-08)
5-
------------------
4+
3.0 (2020-09-20)
5+
----------------
66

77
* Added an ``.editorconfig`` file specifying indentation rules etc.
88
* Updated the italian translation.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = "3.0a4"
62+
version = "3.0"
6363
# The full version, including alpha/beta/rc tags.
64-
release = "3.0a4"
64+
release = "3.0"
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-debug-toolbar
3-
version = 3.0a4
3+
version = 3.0
44
description = A configurable set of panels that display various debug information about the current request/response.
55
long_description = file: README.rst
66
author = Rob Hudson
@@ -15,6 +15,7 @@ classifiers =
1515
Framework :: Django
1616
Framework :: Django :: 2.2
1717
Framework :: Django :: 3.0
18+
Framework :: Django :: 3.1
1819
Intended Audience :: Developers
1920
License :: OSI Approved :: BSD License
2021
Operating System :: OS Independent

0 commit comments

Comments
 (0)