[1.8.x] Bumped version for 1.8.7 release.

This commit is contained in:
Tim Graham 2015-11-24 11:31:34 -05:00
parent 33de26c6ed
commit 8dd33d4298
1 changed files with 1 additions and 1 deletions

View File

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