diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-02-05 11:06:42 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-02-05 11:06:42 -0300 |
| commit | b46b36300b5f3fe7a11ce29211371e98990e0808 (patch) | |
| tree | 1d3b72ccc9e2aa61f8d951034638510a8a841b27 | |
| parent | 1c65c1bd725adc28e8e475eb0e6b20fbefc21166 (diff) | |
[5.0.x] Bumped version for 5.0.12 release.5.0.12
| -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 6aeaa6ba08..94f5f0136e 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 0, 12, "alpha", 0) +VERSION = (5, 0, 12, "final", 0) __version__ = get_version(VERSION) |
