[1.8.x] Bumped version for 1.8 release.

This commit is contained in:
Tim Graham 2015-04-01 15:46:45 -04:00
parent 2011c7a031
commit feac4c30ce
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -52,7 +52,7 @@ setup(
},
zip_safe=False,
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',