diff --git a/CHANGELOG b/CHANGELOG index 0f3e59dc0..00578fe4d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/openslides/__init__.py b/openslides/__init__.py index 941ae0b71..9f16d9bf6 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -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