Release 1.7b1

This commit is contained in:
Norman Jäckel 2015-01-21 16:41:00 +01:00
parent 8080096050
commit 136f57057f
1 changed files with 2 additions and 2 deletions

View File

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