From 52093827c7c858268a0ef2c85285ec6a4114d1de Mon Sep 17 00:00:00 2001 From: James Bennett Date: Tue, 26 Feb 2013 13:13:43 -0600 Subject: [PATCH] [1.5.x] Update trove classifier for 1.5 final release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d117352cbae..fcd6193ceea 100644 --- a/setup.py +++ b/setup.py @@ -97,7 +97,7 @@ setup( data_files = data_files, scripts = ['django/bin/django-admin.py'], classifiers = [ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers',