Kaydet (Commit) f20364c7 authored tarafından Tim Graham's avatar Tim Graham

[1.9.x] Bumped version to 1.9a1.

üst 478d3af0
from django.utils.version import get_version
VERSION = (1, 9, 0, 'alpha', 0)
VERSION = (1, 9, 0, 'alpha', 1)
__version__ = get_version(VERSION)
......
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment