1
0
mirror of https://github.com/django/django.git synced 2025-04-08 15:36:47 +00:00

[4.1.x] Post-release version bump.

This commit is contained in:
Carlton Gibson 2022-08-03 10:37:44 +02:00
parent c8eb9a7c45
commit 2fed4f7dd9

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