summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-01-02 19:44:36 -0500
committerTim Graham <timograham@gmail.com>2015-01-02 19:44:36 -0500
commit880d7638cf66ed28a60b62335ccfc5dfd5052937 (patch)
tree9389897ffebc83b3b9e3e731ac159b4f8c56adce
parent20dcf5155b0cefca3412a28fd550757766878b9a (diff)
[1.7.x] Bumped version for 1.7.2 release.1.7.2
-rw-r--r--django/__init__.py2
-rw-r--r--setup.py2
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',