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

[3.2.x] Bumped version for 3.2.23 release.

This commit is contained in:
Mariusz Felisiak 2023-11-01 06:31:51 +01:00
parent f9a7fb8466
commit 60e648a7ae

View File

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