Update version to 1.5c1-dev

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

View File

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