summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Meers <simon@simonmeers.com>2011-03-24 09:40:50 +0000
committerSimon Meers <simon@simonmeers.com>2011-03-24 09:40:50 +0000
commit1339ef4af8034cf7b2dc05efe2bc82298007c17b (patch)
treec240997473f6ae36e4e7caa3f05a42b544aa7b4d /docs
parente7d678237f8885cd333d9b3f56af5fe9a9745882 (diff)
Bumped django_next_version so that "New in Django 1.3" links appear correctly.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15909 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c38d6be7c2..3d88ffedde 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -54,7 +54,7 @@ version = '1.3'
# The full version, including alpha/beta/rc tags.
release = '1.3'
# The next version to be released
-django_next_version = '1.3'
+django_next_version = '1.4'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.