Skip to content

Commit d2cb9b1

Browse files
committed
Bump version number to 1.2.2
1 parent f7fc3d9 commit d2cb9b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

+1-1
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.2.1. It works on Django 1.4 to 1.7.
22+
The current version of the Debug Toolbar is 1.2.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '1.2'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.2.1'
62+
release = '1.2.2'
6363

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='django-debug-toolbar',
6-
version='1.2.1',
6+
version='1.2.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(),

0 commit comments

Comments
 (0)