From 80800960509b333b3a7b62253c29c6905e51d0ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Wed, 21 Jan 2015 16:31:18 +0100 Subject: [PATCH 1/3] Updated CHANGELOG. --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 3af37b3d4..eb9c6bceb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -20,6 +20,7 @@ Other: - Cleaned up utils.views to increase performance when fetching single objects from the database for a view (#1378). - Fixed bug on projector which was not updated when an object was deleted. +- Fixed bug and show special characters in PDF like ampersand (#1415). - Updated pdf.js to 1.0.907. - Improve the usage of bsmselect jquery plugin. - Updated translations. From 136f57057fd42e5fd735597b61f90095e007312b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Wed, 21 Jan 2015 16:41:00 +0100 Subject: [PATCH 2/3] Release 1.7b1 --- openslides/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openslides/__init__.py b/openslides/__init__.py index 58b5f8b81..3d0781d51 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -VERSION = (1, 6, 2, 'final', 1) # During development it is the next release -RELEASE = False +VERSION = (1, 7, 0, 'beta', 1) # During development it is the next release +RELEASE = True def get_version(version=None, release=None): From 33c4562e625ebe174f4829904962e23223bacb03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Wed, 21 Jan 2015 16:41:48 +0100 Subject: [PATCH 3/3] Updated version to 1.7 --- openslides/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openslides/__init__.py b/openslides/__init__.py index 3d0781d51..f9a9054d5 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -VERSION = (1, 7, 0, 'beta', 1) # During development it is the next release -RELEASE = True +VERSION = (1, 7, 0, 'final', 1) # During development it is the next release +RELEASE = False def get_version(version=None, release=None):