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

[3.0.x] Bumped version for 3.0.13 release.

This commit is contained in:
Carlton Gibson 2021-02-19 09:42:24 +01:00
parent 326a926bee
commit 04a9b7df3f

View File

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