diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-05-06 17:24:48 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-05-06 17:24:48 +0200 |
| commit | 6193c720b5222857b5c499ab2dea26767fa3652b (patch) | |
| tree | 11396a55e0fe22d3f93383e9aea57d43c8f9e18f | |
| parent | 3f9c8fc1f91b0b5956bddb5cb1d261bd8d1f6682 (diff) | |
[4.2.x] Bumped version for 4.2.12 release.4.2.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 4f470dc349..20468ddbfb 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (4, 2, 12, "alpha", 0) +VERSION = (4, 2, 12, "final", 0) __version__ = get_version(VERSION) |
