diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-04 14:23:44 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-04 14:23:44 +0100 |
| commit | b02aaf6ab4215ba2c6a92affcebb0b7eb237e7ee (patch) | |
| tree | e532017d0c43b2c3352b6c3b92140df70f05eed5 /django | |
| parent | 2d4add11fd57b05f7ea48e8b3e89e743c9871aa3 (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 543877d59f..9fa437e42a 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 1, 4, "final", 0) +VERSION = (5, 1, 5, "alpha", 0) __version__ = get_version(VERSION) |
