Skip to content

Commit be12fc4

Browse files
committed
Bump version number.
1 parent 9285a60 commit be12fc4

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Here's a screenshot of the toolbar in action:
1919
In addition to the built-in panels, a number of third-party panels are
2020
contributed by the community.
2121

22-
The current version of the Debug Toolbar is 1.1. It works on Django 1.4 to 1.7.
22+
The current version of the Debug Toolbar is 1.2. It works on Django 1.4 to 1.7.
2323

2424
If you're using Django 1.4, you will need Django ≥ 1.4.2 and Python ≥ 2.6.5.
2525
If you're using Django ≥ 1.5, there aren't any restrictions.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '1.1'
60+
version = '1.2'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.1.0'
62+
release = '1.2.0'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='django-debug-toolbar',
6-
version='1.1',
6+
version='1.2',
77
description='A configurable set of panels that display various debug '
88
'information about the current request/response.',
99
long_description=open('README.rst', encoding='utf-8').read(),
@@ -33,6 +33,7 @@
3333
'Programming Language :: Python :: 3',
3434
'Programming Language :: Python :: 3.2',
3535
'Programming Language :: Python :: 3.3',
36+
'Programming Language :: Python :: 3.4',
3637
'Topic :: Software Development :: Libraries :: Python Modules',
3738
],
3839
)

0 commit comments

Comments
 (0)