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

[3.0.x] Bumped version for 3.0.7 release.

This commit is contained in:
Carlton Gibson 2020-06-03 10:23:39 +02:00
parent 84b2da5552
commit 44da7abda8

View File

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