Update version to 1.5.2-dev

This commit is contained in:
Norman Jäckel 2014-03-31 21:48:04 +02:00
parent 18a434ed87
commit ba1dc9673f
2 changed files with 6 additions and 2 deletions

View File

@ -4,6 +4,10 @@
http://openslides.org
Version 1.5.2 (unreleased)
==========================
Version 1.5.1 (2014-03-31)
==========================
[https://github.com/OpenSlides/OpenSlides/issues?milestone=15]

View File

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