Skip to content

Commit

Permalink
Bump version number to 1.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Jun 19, 2015
1 parent d661c27 commit 29f7974
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Here's a screenshot of the toolbar in action:
In addition to the built-in panels, a number of third-party panels are
contributed by the community.

The current version of the Debug Toolbar is 1.3. It works on Django 1.4 to 1.8.
The current version of the Debug Toolbar is 1.3.1. It works on Django 1.4 to 1.8.

If you're using Django 1.4, you will need Django ≥ 1.4.2 and Python ≥ 2.6.5.
If you're using Django ≥ 1.5, there aren't any restrictions.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# The short X.Y version.
version = '1.3'
# The full version, including alpha/beta/rc tags.
release = '1.3.0'
release = '1.3.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='django-debug-toolbar',
version='1.3.0',
version='1.3.1',
description='A configurable set of panels that display various debug '
'information about the current request/response.',
long_description=open('README.rst', encoding='utf-8').read(),
Expand Down

0 comments on commit 29f7974

Please sign in to comment.