Release 1.5.1

This commit is contained in:
Norman Jäckel 2014-03-31 22:53:03 +02:00
parent 8c14a0a931
commit 18a434ed87
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
http://openslides.org
Version 1.5.1 (unreleased)
Version 1.5.1 (2014-03-31)
==========================
[https://github.com/OpenSlides/OpenSlides/issues?milestone=15]
@ -27,7 +27,7 @@ Other:
- Fixed http status code when requesting a non-existing static page using
Tornado web server.
- Fixed error in main script when using other database engine.
- Fixed error on motion PDF with nested lists
- Fixed error on motion PDF with nested lists.
Version 1.5 (2013-11-25)

View File

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