From d7f8894465f9a5ce6450c0f3965855355c87feae Mon Sep 17 00:00:00 2001
From: James Bennett <james@b-list.org>
Date: Thu, 25 Oct 2012 14:30:53 -0500
Subject: [PATCH] [1.5.x] Sphinx conf to 1.5 alpha 1.

---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 433fd679a1..65f4f1ae8e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -54,7 +54,7 @@ copyright = 'Django Software Foundation and contributors'
 # The short X.Y version.
 version = '1.5'
 # The full version, including alpha/beta/rc tags.
-release = '1.5'
+release = '1.5a1'
 # The next version to be released
 django_next_version = '1.6'