summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2022-05-17 15:05:44 +0200
committerCarlton Gibson <carlton.gibson@noumenal.es>2022-05-17 15:05:44 +0200
commitac6410ec071f53893914c82e820a2320866681df (patch)
tree4442aa8d5c7800acf1ca23bd4c6fc74b93f71ec3
parentfad2e59808fe276864a090f1adb7ad88e61cc22c (diff)
[4.1.x] Bumped version for 4.1 alpha 1 release.4.1a1
-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 7c6a889907..2e6135c613 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,6 +1,6 @@
from django.utils.version import get_version
-VERSION = (4, 1, 0, "alpha", 0)
+VERSION = (4, 1, 0, "alpha", 1)
__version__ = get_version(VERSION)
diff --git a/setup.cfg b/setup.cfg
index d8aaee4ce1..0b8b9b38e2 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