Release 1.4-alpha1

This commit is contained in:
Emanuel Schuetze 2013-04-24 15:31:55 +02:00
parent e268d43580
commit b43a6ae1f6
1 changed files with 1 additions and 1 deletions

View File

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