Release 1.6
This commit is contained in:
parent
a02ee4828f
commit
9d40e22783
@ -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]
|
||||
|
||||
|
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user