Release 1.5

This commit is contained in:
Norman Jäckel 2013-11-25 19:47:39 +01:00
parent 521c57a827
commit dc529feda4
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
http://openslides.org
Version 1.5 (unreleased)
Version 1.5 (2013-11-25)
========================
[https://github.com/OpenSlides/OpenSlides/issues?milestone=10]

View File

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