diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2024-09-03 09:30:56 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2024-09-03 09:30:56 -0300 |
| commit | 83137036e15bffd3e33e2af79f37241d08434fc6 (patch) | |
| tree | c1e16ce8cbd961dff022e452cc07252ea8c394fc | |
| parent | 1e1d791787e27227124ac6067de3bfc81175ce02 (diff) | |
[5.1.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 0f25c2d7e6..26f3f68f5e 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 1, 1, "final", 0) +VERSION = (5, 1, 2, "alpha", 0) __version__ = get_version(VERSION) |
