diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-03-06 09:44:13 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-03-06 09:44:13 +0100 |
| commit | 691e9455309e8ce9a29ecafa0a70249a53de2be2 (patch) | |
| tree | e8bd574bc2863aa449e6fdb475a1340f9fe47b58 | |
| parent | 8dbb44d34271637099258391dfc79df33951b841 (diff) | |
[5.1.x] Bumped version for 5.1.7 release.5.1.7
| -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 6f6cc076e4..7bfb06dbce 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 1, 7, "alpha", 0) +VERSION = (5, 1, 7, "final", 0) __version__ = get_version(VERSION) |
