diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2024-02-06 09:22:47 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2024-02-06 09:22:47 -0300 |
| commit | 428d06ccef09e70bcef9869c5a9404863b2fc7d8 (patch) | |
| tree | 6c1ead96404dd05873b885a56fba6f747b55d959 | |
| parent | 16a8fe18a3b81250f4fa57e3f93f0599dc4895bc (diff) | |
[5.0.x] Bumped version for 5.0.2 release.5.0.2
| -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 fe0cae94b9..9a527fd50d 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 0, 2, "alpha", 0) +VERSION = (5, 0, 2, "final", 0) __version__ = get_version(VERSION) |
