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:
parent
a19ed8aea3
commit
88ae2d44e0
|
@ -1,4 +1,4 @@
|
|||
VERSION = (0, 97, 'newforms-admin')
|
||||
VERSION = (0, 97, 'pre')
|
||||
|
||||
def get_version():
|
||||
"Returns the version as a human-format string."
|
||||
|
|
Loading…
Reference in New Issue