1
0
mirror of https://github.com/django/django.git synced 2025-07-05 18:29:11 +00:00

[4.1.x] Post-release version bump.

This commit is contained in:
Carlton Gibson 2023-02-14 09:13:22 +01:00
parent c57ff9ba5e
commit e3b40353f1

View File

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