diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2024-10-08 11:45:44 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2024-10-08 11:45:44 -0300 |
| commit | c499184f198df8deb8b5f7282b679babef8384ff (patch) | |
| tree | 1a1fd5b9722009199cde6b4d63995bd2c951fe49 | |
| parent | 6e07a7769f5113e3e342afa4503bf44e20e34f50 (diff) | |
[5.1.x] Bumped version for 5.1.2 release.5.1.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 26f3f68f5e..e0b92dccfb 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 1, 2, "alpha", 0) +VERSION = (5, 1, 2, "final", 0) __version__ = get_version(VERSION) |
