diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-03-06 09:50:56 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-03-06 09:50:56 +0100 |
| commit | be80d7aa9f5c0606ee16ae9593f0f4e607051473 (patch) | |
| tree | 67587ec9d7e611aa15655123ef3755e48fdef7b0 | |
| parent | 691e9455309e8ce9a29ecafa0a70249a53de2be2 (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 7bfb06dbce..fa2ee8caf2 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 1, 7, "final", 0) +VERSION = (5, 1, 8, "alpha", 0) __version__ = get_version(VERSION) |
