From 95665c403bc74fdba34142a479b67e4a726a26fa Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Thu, 27 Mar 2008 15:05:40 +0000 Subject: [PATCH] [docs] Added svn:keywords to docs/index.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@7371 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index ce313a5cd3..ec7e7a7905 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,7 +40,7 @@ copyright = '2008, Django Software Foundation' # other places throughout the built documents. # # The short X.Y version. -version = '$LastChangedRevision$'.split()[1] +version = '$LastChangedRevision: 7370 $'.split()[1] # The full version, including alpha/beta/rc tags. release = version