From c0856978583af7aab22f08b97974a02e17cb5aad Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 18 Mar 2008 21:10:04 +0000 Subject: [PATCH] queryset-refactor: Changed django.VERSION to include 'queryset-refactor' git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7304 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/__init__.py b/django/__init__.py index de473fa4e9..1144f3f418 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 97, 'pre') +VERSION = (0, 97, 'queryset-refactor') def get_version(): "Returns the version as a human-format string."