1
0
mirror of https://github.com/django/django.git synced 2025-07-05 18:29:11 +00:00

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
This commit is contained in:
Adrian Holovaty 2008-03-18 21:10:04 +00:00
parent 150b7ac770
commit c085697858

View File

@ -1,4 +1,4 @@
VERSION = (0, 97, 'pre')
VERSION = (0, 97, 'queryset-refactor')
def get_version():
"Returns the version as a human-format string."