1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00

[4.2.x] Bumped version for 4.2.13 release.

This commit is contained in:
Sarah Boyce 2024-05-07 17:37:03 +02:00
parent b46b94e66c
commit 3bf46e2e02

View File

@ -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)