1
0
mirror of https://github.com/django/django.git synced 2025-01-28 19:19:20 +00:00

[4.2.x] Bumped version for 4.2.15 release.

This commit is contained in:
Sarah Boyce 2024-08-06 14:56:30 +02:00
parent f4af67b9b4
commit 4d32ebcd57

View File

@ -1,6 +1,6 @@
from django.utils.version import get_version
VERSION = (4, 2, 15, "alpha", 0)
VERSION = (4, 2, 15, "final", 0)
__version__ = get_version(VERSION)