summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2021-01-19 12:02:47 +0100
committerCarlton Gibson <carlton.gibson@noumenal.es>2021-01-19 12:02:47 +0100
commit0db73315fdbff1c4b9ae6f7fb8f716b4a1f217e8 (patch)
treee039a1e1cf5c51e7b6b9f14bfa9552492892129a
parenta5d70cca12aaa1067871eb4e67ab2ed088d1edd6 (diff)
[3.2.x] Bumped version for 3.2 alpha 1 release.3.2a1
-rw-r--r--django/__init__.py2
-rw-r--r--setup.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/django/__init__.py b/django/__init__.py
index c6bda27510..2f05e28fa7 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,6 +1,6 @@
from django.utils.version import get_version
-VERSION = (3, 2, 0, 'alpha', 0)
+VERSION = (3, 2, 0, 'alpha', 1)
__version__ = get_version(VERSION)
diff --git a/setup.cfg b/setup.cfg
index 43ba86120b..bf441c234c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,7 +8,7 @@ description = A high-level Python Web framework that encourages rapid developmen
long_description = file: README.rst
license = BSD-3-Clause
classifiers =
- Development Status :: 2 - Pre-Alpha
+ Development Status :: 3 - Alpha
Environment :: Web Environment
Framework :: Django
Intended Audience :: Developers