mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
[1.9.x] Bumped version to 1.9a1.
This commit is contained in:
parent
478d3af000
commit
f20364c7d0
@ -1,6 +1,6 @@
|
|||||||
from django.utils.version import get_version
|
from django.utils.version import get_version
|
||||||
|
|
||||||
VERSION = (1, 9, 0, 'alpha', 0)
|
VERSION = (1, 9, 0, 'alpha', 1)
|
||||||
|
|
||||||
__version__ = get_version(VERSION)
|
__version__ = get_version(VERSION)
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -52,7 +52,7 @@ setup(
|
|||||||
},
|
},
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 2 - Pre-Alpha',
|
'Development Status :: 3 - Alpha',
|
||||||
'Environment :: Web Environment',
|
'Environment :: Web Environment',
|
||||||
'Framework :: Django',
|
'Framework :: Django',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user