From 880d7638cf66ed28a60b62335ccfc5dfd5052937 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 2 Jan 2015 19:44:36 -0500 Subject: [PATCH] [1.7.x] Bumped version for 1.7.2 release. --- django/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/django/__init__.py b/django/__init__.py index 08161e7dcf..5df6a56ca9 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 7, 2, 'alpha', 0) +VERSION = (1, 7, 2, 'final', 0) def get_version(*args, **kwargs): diff --git a/setup.py b/setup.py index 8547ee6830..c4cd5ef254 100644 --- a/setup.py +++ b/setup.py @@ -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',