Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 0153a63

Browse files
committed
[3.2.x] Bumped version for 3.2.10 release.
1 parent 333c656 commit 0153a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from django.utils.version import get_version
22

3-
VERSION = (3, 2, 10, 'alpha', 0)
3+
VERSION = (3, 2, 10, 'final', 0)
44

55
__version__ = get_version(VERSION)
66

0 commit comments

Comments
 (0)