diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-05-07 17:37:03 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-05-07 17:37:03 +0200 |
| commit | 3bf46e2e023904c825728267f3131c42f02ce696 (patch) | |
| tree | 31f1034a8675d8f65af1d0f1a246894e3e4b1ce7 | |
| parent | b46b94e66ccc81ac3586baac045f5bab50d8d6a9 (diff) | |
[4.2.x] Bumped version for 4.2.13 release.4.2.13
| -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 579b9c6220..18a86d3c53 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (4, 2, 13, "alpha", 0) +VERSION = (4, 2, 13, "final", 0) __version__ = get_version(VERSION) |
