Release 1.6b1

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

View File

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