Skip to content

Commit 591ac03

Browse files
committed
Bump version number.
1 parent 637b0b7 commit 591ac03

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +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.5 (in development). It works
35-
on Django ≥ 1.8.
34+
The current version of the Debug Toolbar is 1.6. It works on Django ≥ 1.8.
3635

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

docs/changes.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
Change log
22
==========
33

4-
1.6 (upcoming)
5-
--------------
4+
1.6
5+
---
6+
7+
The debug toolbar was adopted by jazzband.
68

79
Removed features
810
~~~~~~~~~~~~~~~~

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.5'
62+
version = '1.6'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '1.5'
64+
release = '1.6'
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
@@ -4,7 +4,7 @@
44

55
setup(
66
name='django-debug-toolbar',
7-
version='1.5',
7+
version='1.6',
88
description='A configurable set of panels that display various debug '
99
'information about the current request/response.',
1010
long_description=open('README.rst', encoding='utf-8').read(),

0 commit comments

Comments
 (0)