diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-06-04 08:46:54 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-06-04 08:46:54 -0300 |
| commit | 23a853821b75787d77016811881220ec6f57310a (patch) | |
| tree | fd4b9b81f782b82cb8efed0fa2bf6c2c345f830f | |
| parent | 596542ddb46cdabe011322917e1655f0d24eece2 (diff) | |
[5.1.x] Bumped version for 5.1.10 release.5.1.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 1e69e15f16..c7af72b731 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 1, 10, "alpha", 0) +VERSION = (5, 1, 10, "final", 0) __version__ = get_version(VERSION) |
