Skip to content

Commit

Permalink
Bump to version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Jan 31, 2020
1 parent 98308a2 commit 530fde6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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 2.1. It works on
The current stable version of the Debug Toolbar is 2.2. It works on
Django ≥ 1.11.

Documentation, including installation and configuration instructions, is
Expand Down
5 changes: 5 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ Change log
UNRELEASED
----------


2.2 (2020-01-31)
----------------

* Removed support for end of life Django 2.0 and 2.1.
* Added support for Python 3.8.
* Add locals() option for sql panel.
* Added support for Django 3.0

2.1 (2019-11-12)
----------------
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = '2.1'
version = '2.2'
# The full version, including alpha/beta/rc tags.
release = '2.1'
release = '2.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def readall(path):

setup(
name="django-debug-toolbar",
version="2.1",
version="2.2",
description="A configurable set of panels that display various debug "
"information about the current request/response.",
long_description=readall("README.rst"),
Expand Down

0 comments on commit 530fde6

Please sign in to comment.