Merge pull request #1236 from normanjaeckel/Release_1.5.1
Release 1.5.1
This commit is contained in:
commit
5faedc58ce
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user