diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-08-06 15:31:06 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-08-06 15:31:06 +0200 |
| commit | 4f08fae2bb478907a73342cf94e247c9dc3f5be7 (patch) | |
| tree | 58ed2b79a7a0355cdb2e92bd9c84516240b57ce2 | |
| parent | 84d1102a8a3bba64bcc1b14a7117c26a83fb7fe5 (diff) | |
[5.0.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 9c80ee9b30..d32982b41c 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 0, 8, "final", 0) +VERSION = (5, 0, 9, "alpha", 0) __version__ = get_version(VERSION) |
