1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[4.2.x] Bumped version for 4.2.9 release.

This commit is contained in:
Mariusz Felisiak
2024-01-02 10:10:11 +01:00
parent 0a4c5e56b4
commit f339c4c8e4

View File

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