diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-09-05 13:11:22 -0400 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-09-17 15:17:05 -0300 |
| commit | c7b8f20d2ee629d1f1fdceff300d0f2e3dd6c5e6 (patch) | |
| tree | c3ffa1cd3e62f2c3ddbf36d9f72de3daa280537e /django/__init__.py | |
| parent | 154aa62e6fe25fa337716503e261590840e24f14 (diff) | |
Bumped version; main is now 6.1 pre-alpha.
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..4402600c57 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, 1, 0, "alpha", 0) __version__ = get_version(VERSION) |
