From 14c42b8e95178b2049a8724f5cae373c55f07c40 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 23 Mar 2012 18:05:31 +0000 Subject: [PATCH] Bump the version in a docs example. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17801 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/intro/install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/install.txt b/docs/intro/install.txt index e29266a0bd..1efd182260 100644 --- a/docs/intro/install.txt +++ b/docs/intro/install.txt @@ -86,7 +86,7 @@ Then at the Python prompt, try to import Django:: >>> import django >>> print django.get_version() - 1.3 + 1.4 That's it!