diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-04 14:30:58 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-04 14:30:58 +0100 |
| commit | 2d230132d79221d0358ae51bb2c17c1f46e81bf6 (patch) | |
| tree | 89659cbb11ffd6fbefa8842bbb7c58d69edabc9e /django | |
| parent | 3b3a5f4efbf93692557b7f473519bd0ad8f04c6a (diff) | |
[5.0.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 45efb4d5d7..c90a5e1a57 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 0, 10, "final", 0) +VERSION = (5, 0, 11, "alpha", 0) __version__ = get_version(VERSION) |
