Skip to content

Commit e154955

Browse files
authored
Merge pull request #1234 from tim-schilling/ddt-2.2
Bump to version 2.2
2 parents 852e455 + 530fde6 commit e154955

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
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.1. It works on
34+
The current stable version of the Debug Toolbar is 2.2. It works on
3535
Django ≥ 1.11.
3636

3737
Documentation, including installation and configuration instructions, is

docs/changes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ Change log
44
UNRELEASED
55
----------
66

7+
8+
2.2 (2020-01-31)
9+
----------------
10+
711
* Removed support for end of life Django 2.0 and 2.1.
812
* Added support for Python 3.8.
913
* Add locals() option for sql panel.
14+
* Added support for Django 3.0
1015

1116
2.1 (2019-11-12)
1217
----------------

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 = '2.1'
62+
version = '2.2'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '2.1'
64+
release = '2.2'
6565

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def readall(path):
1212

1313
setup(
1414
name="django-debug-toolbar",
15-
version="2.1",
15+
version="2.2",
1616
description="A configurable set of panels that display various debug "
1717
"information about the current request/response.",
1818
long_description=readall("README.rst"),

0 commit comments

Comments
 (0)