summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-05-06 14:52:51 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-05-06 14:52:51 +0200
commitb6844c6e325e400d8475fde51339984201164893 (patch)
treeec2b1f2942e0e01b90b727936e7ade41758f0353
parente1eecbaa14f4f488c79265f47aca6f9308103c54 (diff)
[5.0.x] Bumped version for 5.0.5 release.5.0.5
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py
index ec070bdf13..37a62b9886 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,6 +1,6 @@
from django.utils.version import get_version
-VERSION = (5, 0, 5, "alpha", 0)
+VERSION = (5, 0, 5, "final", 0)
__version__ = get_version(VERSION)