From 1694e091f122f1c85c85317f519f5aa237cf317b Mon Sep 17 00:00:00 2001
From: James Bennett <james@b-list.org>
Date: Sun, 23 Mar 2014 23:09:12 -0500
Subject: [PATCH] [1.7.x] Correct oversight in trove classifiers, as this
 branch is now beta status.

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 67482f8496..68e7d2ad5a 100644
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@ setup(
     ]},
     zip_safe=False,
     classifiers=[
-        'Development Status :: 3 - Alpha',
+        'Development Status :: 4 - Beta',
         'Environment :: Web Environment',
         'Framework :: Django',
         'Intended Audience :: Developers',