1
0
mirror of https://github.com/django/django.git synced 2025-06-13 15:39:13 +00:00

[4.2.x] Bumped version for 4.2.23 release.

This commit is contained in:
Sarah Boyce 2025-06-10 11:51:54 +02:00
parent b597d46bb1
commit a698dc223b

View File

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