diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-04 13:55:10 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-04 13:55:10 +0100 |
| commit | 2d4add11fd57b05f7ea48e8b3e89e743c9871aa3 (patch) | |
| tree | 491164078724c3a3c68a1d6ce7259f88cad04d8f | |
| parent | 6943d61818e63e77b65d8b1ae65941e8f04bd87b (diff) | |
[5.1.x] Bumped version for 5.1.4 release.5.1.4
| -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 f95dda5a64..543877d59f 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 1, 4, "alpha", 0) +VERSION = (5, 1, 4, "final", 0) __version__ = get_version(VERSION) |
