Skip to content

Commit 14851d4

Browse files
committed
Bump version number.
1 parent 8f9af82 commit 14851d4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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.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.

setup.py

Lines changed: 2 additions & 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.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(),
@@ -26,6 +26,7 @@
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',

0 commit comments

Comments
 (0)