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

[2.0.x] Bumped version for 2.0 release.

parent dbdf5dea
No related branches found
Tags 2.0
No related merge requests found
from django.utils.version import get_version
VERSION = (2, 0, 0, 'rc', 1)
VERSION = (2, 0, 0, 'final', 0)
__version__ = get_version(VERSION)
......
......@@ -54,7 +54,7 @@ setup(
},
zip_safe=False,
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'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