Skip to content

Commit

Permalink
django-debug-toolbar 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Dec 3, 2018
1 parent 0a75be1 commit c201ce3
Show file tree
Hide file tree
Showing 4 changed files with 7 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 version of the Debug Toolbar is 1.10.1. It works on Django ≥ 1.11.
The current version of the Debug Toolbar is 1.11. It works on Django ≥ 1.11.

Documentation, including installation and configuration instructions, is
available at https://django-debug-toolbar.readthedocs.io/.
Expand Down
3 changes: 3 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Change log
UNRELEASED
----------

1.11 (2018-12-03)
-----------------

* Use ``defer`` on all ``<script>`` tags to avoid blocking HTML parsing,
removed inline JavaScript.
* Stop inlining images in CSS to avoid Content Security Policy errors
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 = '1.10.1'
version = '1.11'
# The full version, including alpha/beta/rc tags.
release = '1.10.1'
release = '1.11'

# 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="1.10.1",
version="1.11",
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 c201ce3

Please sign in to comment.