1
0
mirror of https://github.com/django/django.git synced 2024-12-27 03:25:58 +00:00

[4.2.x] Bumped version for 4.2.6 release.

This commit is contained in:
Natalia 2023-10-04 09:51:04 -03:00
parent be9c27c4d1
commit c22017bd1d

View File

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