summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-05-17 20:52:46 -0400
committerTim Graham <timograham@gmail.com>2018-05-17 20:52:46 -0400
commitc3bbebdd546c614add3c54824165b996ce666fe9 (patch)
treecf8e47e44b7f66f9eae17d26091790915c4cf48b /setup.py
parent8ecfb6ea2a985dc725de5bee15808477857368c3 (diff)
[2.1.x] Bumped version for Django 2.1 alpha 1.2.1a1
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a6838e1534..22c1c68e43 100644
--- a/setup.py
+++ b/setup.py
@@ -90,7 +90,7 @@ setup(
},
zip_safe=False,
classifiers=[
- 'Development Status :: 2 - Pre-Alpha',
+ 'Development Status :: 3 - Alpha',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',