Skip to content

Commit 24c8ef4

Browse files
committed
Bump version number.
1 parent 0c9381c commit 24c8ef4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-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 0.10.0. It works on Django 1.4,
22+
The current version of the Debug Toolbar is 0.10.1. It works on Django 1.4,
2323
1.5 and 1.6.
2424

2525
If you're using Django 1.4, you will need Django ≥ 1.4.2 and Python ≥ 2.6.5.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = '0.10.0'
57+
version = '0.10'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '0.10.0'
59+
release = '0.10.1'
6060

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='django-debug-toolbar',
5-
version='0.10.0',
5+
version='0.10.1',
66
description='A configurable set of panels that display various debug '
77
'information about the current request/response.',
88
long_description=open('README.rst').read(),

0 commit comments

Comments
 (0)