1
0
mirror of https://github.com/django/django.git synced 2025-07-04 09:49:12 +00:00

[3.2.x] Post-release version bump.

This commit is contained in:
Carlton Gibson 2022-01-04 10:40:22 +01:00
parent 6e499a28ac
commit 0a9a46a1d7

View File

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