diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-11-05 09:46:34 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-11-05 09:46:34 -0300 |
| commit | da443c4d5472dfc5afe2567b59123da8372715fe (patch) | |
| tree | cf369eac02408c59f904fb05aceaf068d3e0f8f0 | |
| parent | 4624ed769c0f7caea0d48ac824a75fa6b6f17671 (diff) | |
[5.1.x] Bumped version for 5.1.14 release.5.1.14
| -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 7f9952b620..143e56ee0c 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 1, 14, "alpha", 0) +VERSION = (5, 1, 14, "final", 0) __version__ = get_version(VERSION) |
