Fixed django.VERSION after NFA merge.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7968 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2008-07-19 00:07:47 +00:00
parent a19ed8aea3
commit 88ae2d44e0
1 changed files with 1 additions and 1 deletions

View File

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