Skip to content

Commit c201ce3

Browse files
committed
django-debug-toolbar 1.11
1 parent 0a75be1 commit c201ce3

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

README.rst

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

3636
Documentation, including installation and configuration instructions, is
3737
available at https://django-debug-toolbar.readthedocs.io/.

docs/changes.rst

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Change log
44
UNRELEASED
55
----------
66

7+
1.11 (2018-12-03)
8+
-----------------
9+
710
* Use ``defer`` on all ``<script>`` tags to avoid blocking HTML parsing,
811
removed inline JavaScript.
912
* Stop inlining images in CSS to avoid Content Security Policy errors

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '1.10.1'
62+
version = '1.11'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '1.10.1'
64+
release = '1.11'
6565

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

setup.py

+1-1
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="1.10.1",
15+
version="1.11",
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)