Release 1.6

This commit is contained in:
Norman Jäckel 2014-06-02 18:28:08 +02:00
parent a02ee4828f
commit 9d40e22783
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
http://openslides.org
Version 1.6 (unreleased)
Version 1.6 (2014-06-02)
========================
[https://github.com/OpenSlides/OpenSlides/issues?milestone=14]

View File

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