diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-02-05 11:16:42 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-02-05 11:16:42 -0300 |
| commit | 2866e7c11436425cecd4da2b2d9a0f63afe0497a (patch) | |
| tree | 9011277fc1a8a6b6c62c0e6935bdc79962e8638a | |
| parent | 8c9973c3ee660effea904707c028361e31aba118 (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 f58486238e..6f6cc076e4 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 1, 6, "final", 0) +VERSION = (5, 1, 7, "alpha", 0) __version__ = get_version(VERSION) |
