Release 1.5b2

This commit is contained in:
Emanuel Schuetze 2013-11-10 22:52:34 +01:00
parent a6dd5bb5ea
commit 9c2f9c62c2

View File

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