Skip to content

Commit f11ec3b

Browse files
committed
django-debug-toolbar 1.8
1 parent 27a1024 commit f11ec3b

File tree

4 files changed

+6
-6
lines changed

4 files changed

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

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

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-
1.8 (upcoming)
5-
--------------
4+
1.8
5+
---
66

77
This version is compatible with Django 1.11 and requires Django 1.8 or
88
later.

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 = '1.7'
62+
version = '1.8'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '1.7'
64+
release = '1.8'
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
@@ -6,7 +6,7 @@
66

77
setup(
88
name='django-debug-toolbar',
9-
version='1.7',
9+
version='1.8',
1010
description='A configurable set of panels that display various debug '
1111
'information about the current request/response.',
1212
long_description=open('README.rst', encoding='utf-8').read(),

0 commit comments

Comments
 (0)