diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-06-10 11:50:05 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-06-10 11:50:05 +0200 |
| commit | 353a6af6d971821e6cf27a19fb034d50177b846c (patch) | |
| tree | c470f06d491ff1a1351b8b8bcb0e0345245a2539 | |
| parent | 2285698fc1e41ff34dffcc0625528a8db7318a18 (diff) | |
[5.1.x] Post-release version bump.
| -rw-r--r-- | django/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py index b6b2494d03..55399d1042 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 1, 11, "final", 0) +VERSION = (5, 1, 12, "alpha", 0) __version__ = get_version(VERSION) |
