diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-08-06 15:19:37 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-08-06 15:19:37 +0200 |
| commit | 84d1102a8a3bba64bcc1b14a7117c26a83fb7fe5 (patch) | |
| tree | ace14565d77b739085af39fe1704f8e948355d3a | |
| parent | 32ebcbf2e1fe3e5ba79a6554a167efce81f7422d (diff) | |
[5.0.x] Bumped version for 5.0.8 release.5.0.8
| -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 38a5e5523c..9c80ee9b30 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 0, 8, "alpha", 0) +VERSION = (5, 0, 8, "final", 0) __version__ = get_version(VERSION) |
