summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2021-02-19 09:35:45 +0100
committerCarlton Gibson <carlton.gibson@noumenal.es>2021-02-19 09:35:45 +0100
commitc238ec5e90fa2053a24c9c860abeaf35eadb68d6 (patch)
tree20aaa6b65103228f9417122190734ce7ece556a7
parentbe8237c7cce24b06aabde0b97afce98ddabbe3b6 (diff)
downloaddjango-3.2b1.tar.gz
[3.2.x] Bumped version for 3.2 beta 1.3.2b1
-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 2f05e28fa7..3e67317ca3 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', 1)
+VERSION = (3, 2, 0, 'beta', 1)
__version__ = get_version(VERSION)
diff --git a/setup.cfg b/setup.cfg
index bf441c234c..829516df0a 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 :: 3 - Alpha
+ Development Status :: 4 - Beta
Environment :: Web Environment
Framework :: Django
Intended Audience :: Developers