mirror of
https://github.com/Hopiu/django.git
synced 2026-04-28 10:44:50 +00:00
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 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue