diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-12-02 09:45:57 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-12-02 09:45:57 -0300 |
| commit | 5948e6657f8cb6aeaab1a5a45640d089230f461a (patch) | |
| tree | 7881a23f8bb6a095ae61a30bc992a6772a4fa4a7 | |
| parent | 4d2b8803bebcdefd2b76e9e8fc528d5fddea93f0 (diff) | |
[4.2.x] Bumped version for 4.2.27 release.4.2.27
| -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 0e692c70ec..06680666d1 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (4, 2, 27, "alpha", 0) +VERSION = (4, 2, 27, "final", 0) __version__ = get_version(VERSION) |
