1
0
mirror of https://github.com/django/django.git synced 2025-04-06 14:36:41 +00:00

[5.0.x] Bumped version for 5.0.14 release.

This commit is contained in:
Sarah Boyce 2025-04-02 10:59:06 +02:00
parent 8c6871b097
commit 7c128112a6

View File

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