diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2024-07-09 11:10:26 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2024-07-09 11:10:26 -0300 |
| commit | 377175a3880a25b32b2a38a7b8f7d207e9f90539 (patch) | |
| tree | 8c844632c609fbc072453610752e044bba3d7248 /django | |
| parent | deec9b933ee8496274e4c53217a38f31cb59a27f (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 f43303e30e..38a5e5523c 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 0, 7, "final", 0) +VERSION = (5, 0, 8, "alpha", 0) __version__ = get_version(VERSION) |
