1
0
mirror of https://github.com/django/django.git synced 2025-07-04 17:59:13 +00:00

[3.2.x] Post-release version bump.

This commit is contained in:
Carlton Gibson 2023-02-14 09:07:53 +01:00
parent 722e9f8a38
commit e34a2283f2

View File

@ -1,6 +1,6 @@
from django.utils.version import get_version
VERSION = (3, 2, 18, 'final', 0)
VERSION = (3, 2, 19, 'alpha', 0)
__version__ = get_version(VERSION)