diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2024-09-03 09:37:31 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2024-09-03 09:37:31 -0300 |
| commit | cc13485c298cdf46fc1efdda51b9385a4d8010aa (patch) | |
| tree | f7f080b8557349bba2cb36c70b7eb284e11cf200 /django | |
| parent | 8e68f938f376cf2ca22a7e8ff0bcbe1b7a5832d1 (diff) | |
[5.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 6954a55344..9bb0975f1a 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 0, 9, "final", 0) +VERSION = (5, 0, 10, "alpha", 0) __version__ = get_version(VERSION) |
