diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-12-02 09:42:00 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-12-02 09:42:00 -0300 |
| commit | 6ef1f6fbe33e9882f82dae026b527800ecb78c36 (patch) | |
| tree | 946515a3049e4dd490d795db1e69e4f931243d5a | |
| parent | 0db9ea4669312f1f4973e09f4bca06ab9c1ec74b (diff) | |
[5.1.x] Bumped version for 5.1.15 release.5.1.15
| -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 a8c4c4b91b..a474cee6ab 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 1, 15, "alpha", 0) +VERSION = (5, 1, 15, "final", 0) __version__ = get_version(VERSION) |
