diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2008-03-18 21:10:04 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2008-03-18 21:10:04 +0000 |
| commit | c0856978583af7aab22f08b97974a02e17cb5aad (patch) | |
| tree | a9ca2dd3f1668ab302b6925e5753f8dcd533cc1b | |
| parent | 150b7ac7702195aa2d322566197be43829a6d64d (diff) | |
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
| -rw-r--r-- | django/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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." |
