diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2024-02-06 09:45:11 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2024-02-06 09:45:11 -0300 |
| commit | a4d19953d46247ee1992b3427fe652e941524272 (patch) | |
| tree | af915a2ebd572eb9fbc4c738e106ec48204220c9 | |
| parent | 428d06ccef09e70bcef9869c5a9404863b2fc7d8 (diff) | |
[5.0.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 9a527fd50d..b2a7392d20 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 0, 2, "final", 0) +VERSION = (5, 0, 3, "alpha", 0) __version__ = get_version(VERSION) |
