Updated version to 1.7

This commit is contained in:
Norman Jäckel 2015-01-21 16:41:48 +01:00
parent 136f57057f
commit 33c4562e62

View File

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