Commit 88ae2d44 authored by Jacob Kaplan-Moss's avatar Jacob Kaplan-Moss
Browse files

Fixed django.VERSION after NFA merge.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7968 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent a19ed8ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
VERSION = (0, 97, 'newforms-admin')
VERSION = (0, 97, 'pre')

def get_version():
    "Returns the version as a human-format string."