[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
1 changed files with 1 additions and 1 deletions

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)