Skip to content
Snippets Groups Projects
Commit 1520df3f authored by Carlton Gibson's avatar Carlton Gibson
Browse files

[3.0.x] Bumped version for 3.0 alpha 1 release.

parent 24de7501
No related branches found
Tags 3.0a1
No related merge requests found
from django.utils.version import get_version
VERSION = (3, 0, 0, 'alpha', 0)
VERSION = (3, 0, 0, 'alpha', 1)
__version__ = get_version(VERSION)
......
......@@ -90,7 +90,7 @@ setup(
},
zip_safe=False,
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 3 - Alpha',
'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