diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2024-02-06 10:32:27 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2024-02-06 10:32:27 -0300 |
| commit | f5c880857e8e01b006c75b9e79a9088cc2c6228f (patch) | |
| tree | 9e93eed6dcc0866b065aeeed7ef0e35c129e904e | |
| parent | c1171ffbd570db90ca206c30f8e2b9f691243820 (diff) | |
[3.2.x] Bumped version for 3.2.24 release.3.2.24
| -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 b9a6e57ce5..865381de75 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (3, 2, 24, 'alpha', 0) +VERSION = (3, 2, 24, 'final', 0) __version__ = get_version(VERSION) |
