diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2024-04-03 11:22:02 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2024-04-03 11:22:02 -0300 |
| commit | 476d7c581ac97dae2bc14ee79a1294db4f802e74 (patch) | |
| tree | 096b4ae3ccb14a57a23829a6c3cd37f67e2c6c57 | |
| parent | e4a064429e8fb0e20cb42eabeceb496eb8b33a52 (diff) | |
[5.0.x] Bumped version for 5.0.4 release.5.0.4
| -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 4316be449e..80a8721af0 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 0, 4, "alpha", 0) +VERSION = (5, 0, 4, "final", 0) __version__ = get_version(VERSION) |
