Commit f248427a authored by Tim Graham's avatar Tim Graham
Browse files

[1.10.x] Bumped version to 1.10a1.

parent 82820368
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ from __future__ import unicode_literals

from django.utils.version import get_version

VERSION = (1, 10, 0, 'alpha', 0)
VERSION = (1, 10, 0, 'alpha', 1)

__version__ = get_version(VERSION)

+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ setup(
    },
    zip_safe=False,
    classifiers=[
        'Development Status :: 2 - Pre-Alpha',
        'Development Status :: 3 - Alpha',
        'Environment :: Web Environment',
        'Framework :: Django',
        'Intended Audience :: Developers',