1
0
mirror of https://github.com/django/django.git synced 2025-06-02 01:59:11 +00:00

[5.1.x] Bumped version for 5.1.9 release.

This commit is contained in:
Natalia 2025-05-06 22:32:13 -03:00
parent 0b42f6a528
commit db5c8a97bb

View File

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