diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2024-02-06 10:39:23 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2024-02-06 10:39:23 -0300 |
| commit | e5350a931a017fab6aa0026e8f2d6e9ef09e1e1b (patch) | |
| tree | 7fac783c5d3cb5a80454a5866ab803e10ad6ba3a | |
| parent | f5c880857e8e01b006c75b9e79a9088cc2c6228f (diff) | |
[3.2.x] Post release version bump.
| -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 865381de75..920354ca1f 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (3, 2, 24, 'final', 0) +VERSION = (3, 2, 25, 'alpha', 0) __version__ = get_version(VERSION) |
