diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-11-05 09:57:48 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-11-05 09:57:48 -0300 |
| commit | 4df904721eaa0fca88a641cfc3e016cbb4242e99 (patch) | |
| tree | 53a37963c36dd5418118f5fc3e4267d960b41f3e | |
| parent | 0dfd59e2d5c713510c6bcf245e8ac2d5b2043a0a (diff) | |
[4.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 e31c1dbfb8..0e692c70ec 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (4, 2, 26, "final", 0) +VERSION = (4, 2, 27, "alpha", 0) __version__ = get_version(VERSION) |
