diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-09-17 15:51:29 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-09-17 15:56:27 -0300 |
| commit | 16ae193550115704c1269a5317fa86352f0b0d6d (patch) | |
| tree | cd513d009e9d4a5477f2dc730fa40c8455d8e655 /django/__init__.py | |
| parent | 0b5a7d847db3387887ec9252b01520f9a872d944 (diff) | |
[6.0.x] Bumped version for 6.0 alpha 1 release.6.0a1
Diffstat (limited to 'django/__init__.py')
| -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 19d8b64198..d1d5fee674 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (6, 0, 0, "alpha", 0) +VERSION = (6, 0, 0, "alpha", 1) __version__ = get_version(VERSION) |
