summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-02-25 08:29:14 -0500
committerTim Graham <timograham@gmail.com>2015-02-25 08:29:14 -0500
commitb8f9fd75910acdcbd7f485c4acc55f98a612d86c (patch)
tree179ce7d6e03abb9ea275c8411a150afa4b616ce8
parent3fff408a27d06c3d21a1c184cd6bd47f0785e279 (diff)
downloaddjango-b8f9fd75910acdcbd7f485c4acc55f98a612d86c.tar.gz
[1.8.x] Updated trove classifier to beta.1.8b1
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1dde0abb0e..feaaeba196 100644
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@ setup(
},
zip_safe=False,
classifiers=[
- 'Development Status :: 3 - Alpha',
+ 'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',