aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAymeric Augustin2013-10-26 17:03:34 +0200
committerAymeric Augustin2013-10-27 20:47:57 +0100
commitdab9a28e6d80aa65f595c0bb48846aa6018f0473 (patch)
tree0cafb3e2a5da6203c03c79c24870c74aa85c4adb /README.rst
parentff6484d1767813c03f88bd18bc85bd1cc35b84a2 (diff)
downloaddjango-debug-toolbar-dab9a28e6d80aa65f595c0bb48846aa6018f0473.tar.bz2
Bump version number and update README.0.10.0
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index de5d185..c6002bc 100644
--- a/README.rst
+++ b/README.rst
@@ -19,11 +19,11 @@ 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 0.9.4. It works on Django 1.3 and
-1.4.
+The current version of the Debug Toolbar is 0.10.0. It works on Django 1.4,
+1.5 and 1.6.
-The next version will work on Django 1.4 (1.4.2 or later) and 1.5. In
-addition, it will require Python 2.6 or later.
+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 or 1.6, there aren't any restrictions.
Documentation, including installation and configuration instructions, is
available at http://django-debug-toolbar.readthedocs.org/.