diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-06-04 08:49:22 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-06-04 08:49:22 -0300 |
| commit | 400170b69efda98d1535e622138eaadd8a0a7906 (patch) | |
| tree | 89b5105ca0be67ffcfc310e49204d15f70b10fe5 /django | |
| parent | 23a853821b75787d77016811881220ec6f57310a (diff) | |
[5.1.x] Post-release version bump.
Diffstat (limited to 'django')
| -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 c7af72b731..d4bf357f41 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 1, 10, "final", 0) +VERSION = (5, 1, 11, "alpha", 0) __version__ = get_version(VERSION) |
