diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-09-03 13:32:35 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-09-03 13:32:35 +0200 |
| commit | f71d9c35e4c28614b4c079462f135637a59bfe19 (patch) | |
| tree | 19a81a78d0e0d74a3bd5f26f759e8417eb9f99c0 | |
| parent | 102965ea93072fe3c39a30be437c683ec1106ef5 (diff) | |
[5.1.x] Bumped version for 5.1.12 release.5.1.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 55399d1042..90c4256308 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 1, 12, "alpha", 0) +VERSION = (5, 1, 12, "final", 0) __version__ = get_version(VERSION) |
