summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatalia <124304+nessita@users.noreply.github.com>2024-05-22 12:26:58 -0300
committerNatalia <124304+nessita@users.noreply.github.com>2024-05-22 12:26:58 -0300
commita190c03afec0feef27e097727569ba064b97ac7a (patch)
tree64e0896825a90952051a265c37dfa4909eed0a51
parent3af9c11b3b12729be26ef9da9cc32276a032d3cd (diff)
[5.1.x] Bumped version for 5.1 alpha 1 release.5.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 af19c36b41..5b38a2caee 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,6 +1,6 @@
from django.utils.version import get_version
-VERSION = (5, 1, 0, "alpha", 0)
+VERSION = (5, 1, 0, "alpha", 1)
__version__ = get_version(VERSION)
diff --git a/setup.cfg b/setup.cfg
index 29814e54e6..8002f5db43 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