summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bennett <james@b-list.org>2013-11-06 08:59:40 -0600
committerJames Bennett <james@b-list.org>2013-11-06 08:59:40 -0600
commitc89a56d9fe708925740d603d00261f189824e33a (patch)
tree1a24a7df85a1483bca9c06f9eb0da7fa45b578c6
parenta71ff762356a46f37d189f503f0ec2aaaca6ad0e (diff)
[1.6.x] Correctly update development-status classifier.1.6
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3abbac8ae7..7798611061 100644
--- a/setup.py
+++ b/setup.py
@@ -93,7 +93,7 @@ setup(
package_data=package_data,
scripts=['django/bin/django-admin.py'],
classifiers=[
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',