1
0
mirror of https://github.com/django/django.git synced 2025-03-13 10:50:55 +00:00

[1.9.x] Bumped version to 1.9a1.

This commit is contained in:
Tim Graham 2015-09-23 19:48:53 -04:00
parent 478d3af000
commit f20364c7d0
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
from django.utils.version import get_version
VERSION = (1, 9, 0, 'alpha', 0)
VERSION = (1, 9, 0, 'alpha', 1)
__version__ = get_version(VERSION)

View File

@ -52,7 +52,7 @@ setup(
},
zip_safe=False,
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 3 - Alpha',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',