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:
Mariusz Felisiak 2023-04-05 07:58:12 +02:00
parent bbce015391
commit 685721b4c5

View File

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