Update version to 1.6b2-dev

This commit is contained in:
Norman Jäckel 2014-05-05 21:30:12 +02:00
parent a581393b32
commit d4358d6aae
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
VERSION = (1, 6, 0, 'beta', 1) # During development it is the next release
RELEASE = True
VERSION = (1, 6, 0, 'beta', 2) # During development it is the next release
RELEASE = False
def get_version(version=None, release=None):