summaryrefslogtreecommitdiff
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
parent8ecfb6ea2a985dc725de5bee15808477857368c3 (diff)
[2.1.x] Bumped version for Django 2.1 alpha 1.2.1a1
-rw-r--r--django/__init__.py2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/django/__init__.py b/django/__init__.py
index 97c7fa2092..0b70945be2 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,6 +1,6 @@
from django.utils.version import get_version
-VERSION = (2, 1, 0, 'alpha', 0)
+VERSION = (2, 1, 0, 'alpha', 1)
__version__ = get_version(VERSION)
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',