Skip to content

Commit f942050

Browse files
committed
Bump version numbers for 1.0 alpha.
1 parent 293569a commit f942050

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ 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.11.0. It works on Django 1.4,
23-
1.5 and 1.6.
22+
The current version of the Debug Toolbar is 1.0. It works on Django 1.4, 1.5
23+
and 1.6.
2424

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

Diff for: docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '0.10'
60+
version = '1.0'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '0.11.0'
62+
release = '1.0a'
6363

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

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='django-debug-toolbar',
5-
version='0.11.0',
5+
version='1.0a',
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)