Commit 880d7638 authored by Tim Graham's avatar Tim Graham
Browse files

[1.7.x] Bumped version for 1.7.2 release.

parent 20dcf515
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
VERSION = (1, 7, 2, 'alpha', 0)
VERSION = (1, 7, 2, 'final', 0)


def get_version(*args, **kwargs):
+1 −1
Original line number Diff line number Diff line
@@ -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',