summaryrefslogtreecommitdiff
path: root/django
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 /django
parent3af9c11b3b12729be26ef9da9cc32276a032d3cd (diff)
[5.1.x] Bumped version for 5.1 alpha 1 release.5.1a1
Diffstat (limited to 'django')
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 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)