[1.11.x] Bumped version for 1.11.14 release.

This commit is contained in:
Carlton Gibson 2018-07-02 10:17:44 +02:00
parent 63a6aa2039
commit 32009eecc2

View File

@ -2,7 +2,7 @@ from __future__ import unicode_literals
from django.utils.version import get_version
VERSION = (1, 11, 14, 'alpha', 0)
VERSION = (1, 11, 14, 'final', 0)
__version__ = get_version(VERSION)