[1.8.x] Bumped version to 1.8 beta 2.

This commit is contained in:
Tim Graham 2015-03-09 10:22:51 -04:00
parent 35d68e8e76
commit 449d1effb8
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, 0, 'beta', 1)
VERSION = (1, 8, 0, 'beta', 2)
__version__ = get_version(VERSION)