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

[5.1.x] Bumped version for 5.1.3 release.

This commit is contained in:
Mariusz Felisiak 2024-11-05 06:02:35 +01:00
parent e3984ca5d1
commit 69bf08e3a3

View File

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