diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-12-03 13:23:36 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-12-03 13:23:36 -0300 |
| commit | 9f2e5ec8826fb616950c49a8d4f1af2094a5390c (patch) | |
| tree | 7c0850cacfdce9cae1c0452ace72487c39fc487d /django | |
| parent | 36b5f39d9372147f0e758f590e35ee2b2bc317dd (diff) | |
[6.0.x] Post-release version bump.
Diffstat (limited to 'django')
| -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 d7354574bf..509545fd8d 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (6, 0, 0, "final", 0) +VERSION = (6, 0, 1, "alpha", 0) __version__ = get_version(VERSION) |
