diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-04-02 11:02:17 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-04-02 11:02:17 +0200 |
| commit | 10815575f5697267a6675527e919a7f3bafb506d (patch) | |
| tree | 5c71abfe121a343dc10c20e1e43ecb86fe0b7356 | |
| parent | 7c128112a6adff20b6d67a02c4098a2c10f88191 (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 52ed8a2c45..f9ba26834f 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 0, 14, "final", 0) +VERSION = (5, 0, 15, "alpha", 0) __version__ = get_version(VERSION) |
