File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 59
59
# built documents.
60
60
#
61
61
# The short X.Y version.
62
- version = '1.4 '
62
+ version = '1.5 '
63
63
# The full version, including alpha/beta/rc tags.
64
- release = '1.4 '
64
+ release = '1.5 '
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = 'django-debug-toolbar' ,
7
- version = '1.4 ' ,
7
+ version = '1.5 ' ,
8
8
description = 'A configurable set of panels that display various debug '
9
9
'information about the current request/response.' ,
10
10
long_description = open ('README.rst' , encoding = 'utf-8' ).read (),
26
26
'Framework :: Django' ,
27
27
'Framework :: Django :: 1.8' ,
28
28
'Framework :: Django :: 1.9' ,
29
+ 'Framework :: Django :: 1.10' ,
29
30
'Intended Audience :: Developers' ,
30
31
'License :: OSI Approved :: BSD License' ,
31
32
'Operating System :: OS Independent' ,
You can’t perform that action at this time.
0 commit comments