Loading django/__init__.py +1 −1 Original line number Diff line number Diff line from django.utils.version import get_version VERSION = (1, 8, 0, 'rc', 1) VERSION = (1, 8, 0, 'final', 0) __version__ = get_version(VERSION) Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ setup( }, zip_safe=False, classifiers=[ 'Development Status :: 4 - Beta', 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers', Loading Loading
django/__init__.py +1 −1 Original line number Diff line number Diff line from django.utils.version import get_version VERSION = (1, 8, 0, 'rc', 1) VERSION = (1, 8, 0, 'final', 0) __version__ = get_version(VERSION) Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ setup( }, zip_safe=False, classifiers=[ 'Development Status :: 4 - Beta', 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers', Loading