summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatalia <124304+nessita@users.noreply.github.com>2024-09-03 09:30:56 -0300
committerNatalia <124304+nessita@users.noreply.github.com>2024-09-03 09:30:56 -0300
commit83137036e15bffd3e33e2af79f37241d08434fc6 (patch)
treec1e16ce8cbd961dff022e452cc07252ea8c394fc
parent1e1d791787e27227124ac6067de3bfc81175ce02 (diff)
[5.1.x] Post-release version bump.
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py
index 0f25c2d7e6..26f3f68f5e 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,6 +1,6 @@
from django.utils.version import get_version
-VERSION = (5, 1, 1, "final", 0)
+VERSION = (5, 1, 2, "alpha", 0)
__version__ = get_version(VERSION)