diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-04 14:27:16 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-04 14:27:16 +0100 |
| commit | 3b3a5f4efbf93692557b7f473519bd0ad8f04c6a (patch) | |
| tree | 7610767062fa1ada75d5cfeb9826bc77944fdbcd | |
| parent | ff08bb6c70aa45f83a5ef3bd0b601c7c9d1a7642 (diff) | |
[5.0.x] Bumped version for 5.0.10 release.5.0.10
| -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 9bb0975f1a..45efb4d5d7 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 0, 10, "alpha", 0) +VERSION = (5, 0, 10, "final", 0) __version__ = get_version(VERSION) |
