[1.11.x] Bumped version for 1.11.29 release.

This commit is contained in:
Mariusz Felisiak 2020-03-04 09:49:38 +01:00
parent 02d97f3c9a
commit f1e3017aea

View File

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