1
0
mirror of https://github.com/django/django.git synced 2025-02-04 22:47:53 +00:00

[4.2.x] Bumped version for 4.2.17 release.

This commit is contained in:
Sarah Boyce 2024-12-04 14:34:11 +01:00
parent 7376bcbf50
commit 1f0356ff2a

View File

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