diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-12-02 09:49:38 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-12-02 09:49:38 -0300 |
| commit | 0845b30c61161c7bd6cdfe0b826c4610f174c493 (patch) | |
| tree | 410b1b2891e11029462924005b7ca8227b6b2a06 | |
| parent | 5948e6657f8cb6aeaab1a5a45640d089230f461a (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 06680666d1..c2469b57b5 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (4, 2, 27, "final", 0) +VERSION = (4, 2, 28, "alpha", 0) __version__ = get_version(VERSION) |
