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.6 release.

This commit is contained in:
Mariusz Felisiak 2020-05-04 07:15:37 +02:00
parent b6e76cec12
commit 24dd73a524

View File

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