diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-02-05 10:55:11 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-02-05 10:55:11 -0300 |
| commit | db89d2fee7906eaadfeea59506156e9578d32412 (patch) | |
| tree | a76aa4a7cc5db3a312a7f4ce05a1b4eeb722e06a | |
| parent | 83231cca9c26fbfe4835fb7c3e53a61ca1c4e7e3 (diff) | |
[4.2.x] Bumped version for 4.2.19 release.4.2.19
| -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 3594043476..06a976fb7a 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (4, 2, 19, "alpha", 0) +VERSION = (4, 2, 19, "final", 0) __version__ = get_version(VERSION) |
