Update version to 1.5-dev

This commit is contained in:
Emanuel Schuetze 2013-10-29 22:31:06 +01:00
parent efcaffaa02
commit 4234b46b36
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
:license: GNU GPL, see LICENSE for more details.
"""
VERSION = (1, 5, 0, 'beta', 1) # 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):