Merge pull request #1236 from normanjaeckel/Release_1.5.1

Release 1.5.1
This commit is contained in:
Norman Jäckel 2014-03-31 23:59:24 +02:00
commit 5faedc58ce
2 changed files with 7 additions and 3 deletions

View File

@ -4,7 +4,11 @@
http://openslides.org
Version 1.5.1 (unreleased)
Version 1.5.2 (unreleased)
==========================
Version 1.5.1 (2014-03-31)
==========================
[https://github.com/OpenSlides/OpenSlides/issues?milestone=15]
@ -27,7 +31,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,6 +1,6 @@
# -*- coding: utf-8 -*-
VERSION = (1, 5, 1, 'final', 1) # During development it is the next release
VERSION = (1, 5, 2, 'final', 1) # During development it is the next release
RELEASE = False