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 5959# built documents.
6060#
6161# The short X.Y version.
62- version = '1.4 '
62+ version = '1.5 '
6363# The full version, including alpha/beta/rc tags.
64- release = '1.4 '
64+ release = '1.5 '
6565
6666# The language for content autogenerated by Sphinx. Refer to documentation
6767# for a list of supported languages.
Original file line number Diff line number Diff line change 44
55setup (
66 name = 'django-debug-toolbar' ,
7- version = '1.4 ' ,
7+ version = '1.5 ' ,
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 (),
2626 'Framework :: Django' ,
2727 'Framework :: Django :: 1.8' ,
2828 'Framework :: Django :: 1.9' ,
29+ 'Framework :: Django :: 1.10' ,
2930 'Intended Audience :: Developers' ,
3031 'License :: OSI Approved :: BSD License' ,
3132 'Operating System :: OS Independent' ,
You can’t perform that action at this time.
0 commit comments