From 047dce9842c01dae0b4b423b740d53bae0720d5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Mon, 25 Nov 2013 19:41:06 +0100 Subject: [PATCH] Updated metadata files for final release. --- AUTHORS | 2 +- CHANGELOG | 11 ++++++++--- setup.py | 1 + 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index 6b866f6cd..39b9dd30d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -12,5 +12,5 @@ Authors of OpenSlides in chronological order of first contribution: Tobias Hößl Pavel Fric (Czech translation) Max Brauer - Marco A.G.Pinto (Portuguese translation) + Marco A. G. Pinto (Portuguese translation) Dominik Breu diff --git a/CHANGELOG b/CHANGELOG index ab4f83a05..664fb4abb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,9 +15,11 @@ Projector: - Improved projector zoom and scroll behaviour. Agenda: - New config option: couple countdown with list of speakers. -- Use HTML editor (CKEditor) for agenda item text field. +- Used HTML editor (CKEditor) for agenda item text field. +- Added additional input format for agenda item duration field. Motions: - Enabled attachments for motions. +- Refactored warnings on CSV import view. Elections: - Refactored assignment app to use class based views instead of functions. Polls: @@ -31,6 +33,7 @@ Other: - New start script with new command line options (see python manage.py --help) - Fixed keyerror on user settings view. - New messages on success or error of many actions like creating or editing objects. +- Changed messages backend, used Django's default now. - A lot of template fixes and improvements. - Extended css style options in CKEditor. - Added feature to config app to return the default value for a key. @@ -38,8 +41,10 @@ Other: - Improved README (now with install instructions and used components). - Updated all required package versions. - Used flake8 instead of pep8 for style check, sort all import statements with isort. -- Added Portuguese translation (Thanks to Marco A.G.Pinto). -- Updated to Django 1.6. +- Added Portuguese translation (Thanks to Marco A. G. Pinto). +- Switched to more flexible versions of required third party packages. +- Updated to Django 1.6.x. +- Updated German documentation. - Change license from GPLv2+ to MIT, see LICENSE file. diff --git a/setup.py b/setup.py index 852fcda92..b4b171a52 100644 --- a/setup.py +++ b/setup.py @@ -2,6 +2,7 @@ # -*- coding: utf-8 -*- import sys + from setuptools import setup, find_packages from openslides import get_version