diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-05-07 17:27:52 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-05-07 17:28:45 +0200 |
| commit | 2719a7f8c161233f45d34b624a9df9392c86cc1b (patch) | |
| tree | 45857fbdc0e6361055faeec7fdcf6d4be42eb667 | |
| parent | c90b20fc4b598b0d91c5a5b16ab5919186eb5f0b (diff) | |
[5.0.x] Bumped version for 5.0.6 release.5.0.6
| -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 1437f88953..260c79e65d 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 0, 6, "alpha", 0) +VERSION = (5, 0, 6, "final", 0) __version__ = get_version(VERSION) |
