[2.0.x] Bumped version for 2.0 release.

This commit is contained in:
Tim Graham 2017-12-02 10:03:18 -05:00
parent dbdf5deab0
commit b99221b8bb
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
from django.utils.version import get_version
VERSION = (2, 0, 0, 'rc', 1)
VERSION = (2, 0, 0, 'final', 0)
__version__ = get_version(VERSION)

View File

@ -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',