diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2024-07-09 10:53:02 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2024-07-09 10:53:02 -0300 |
| commit | 98cf264c9cb0561e4ec305a621e9d58116e44aef (patch) | |
| tree | eb3c76d87701191eaac5e7d04d027b89bc4a3592 | |
| parent | 17358fb35fb7217423d4c4877ccb6d1a3a40b1c3 (diff) | |
[4.2.x] Bumped version for 4.2.14 release.4.2.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 edadda530e..8fa8211c59 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (4, 2, 14, "alpha", 0) +VERSION = (4, 2, 14, "final", 0) __version__ = get_version(VERSION) |
