Skip to content
Snippets Groups Projects
Commit e70a309c authored by Tim Graham's avatar Tim Graham
Browse files

[1.9.x] Bumped version for 1.9 beta 1.

parent 994e7661
No related branches found
Tags 1.9b1
No related merge requests found
from django.utils.version import get_version
VERSION = (1, 9, 0, 'alpha', 1)
VERSION = (1, 9, 0, 'beta', 1)
__version__ = get_version(VERSION)
......
......@@ -52,7 +52,7 @@ setup(
},
zip_safe=False,
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment