1
0
mirror of https://github.com/django/django.git synced 2025-04-12 03:22:21 +00:00

[3.2.x] Bumped version for 3.2.3 release.

This commit is contained in:
Mariusz Felisiak 2021-05-13 09:11:39 +02:00
parent 224b8e5a5a
commit 9385fa275a

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