[1.7.x] Bumped version for 1.7.2 release.

This commit is contained in:
Tim Graham 2015-01-02 19:44:36 -05:00
parent 20dcf5155b
commit 880d7638cf
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
VERSION = (1, 7, 2, 'alpha', 0)
VERSION = (1, 7, 2, 'final', 0)
def get_version(*args, **kwargs):

View File

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