Loading django/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ from __future__ import unicode_literals from django.utils.version import get_version VERSION = (1, 10, 0, 'alpha', 1) VERSION = (1, 10, 0, 'beta', 1) __version__ = get_version(VERSION) Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ setup( }, zip_safe=False, classifiers=[ 'Development Status :: 3 - Alpha', 'Development Status :: 4 - Beta', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers', Loading Loading
django/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ from __future__ import unicode_literals from django.utils.version import get_version VERSION = (1, 10, 0, 'alpha', 1) VERSION = (1, 10, 0, 'beta', 1) __version__ = get_version(VERSION) Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ setup( }, zip_safe=False, classifiers=[ 'Development Status :: 3 - Alpha', 'Development Status :: 4 - Beta', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers', Loading