Skip to content

Commit 7add148

Browse files
committed
Bump version number.
1 parent aa6b647 commit 7add148

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

README.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +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.3.2. It works on Django 1.4 to 1.8.
23-
24-
If you're using Django 1.4, you will need Django ≥ 1.4.2 and Python ≥ 2.6.5.
25-
If you're using Django ≥ 1.5, there aren't any restrictions.
22+
The current version of the Debug Toolbar is 1.4. It works on Django ≥ 1.7.
2623

2724
Documentation, including installation and configuration instructions, is
2825
available at http://django-debug-toolbar.readthedocs.org/.

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.3'
62+
version = '1.4'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '1.3.2'
64+
release = '1.4'
6565

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

setup.py

Lines changed: 1 addition & 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.3.2',
7+
version='1.4',
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(),

0 commit comments

Comments
 (0)