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

This commit is contained in:
Tim Graham 2015-02-25 08:26:23 -05:00
parent dfcdf64d47
commit 3fff408a27
1 changed files with 1 additions and 1 deletions

View File

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