From 601f8f94a8a02c6221b256770d2159c170f32277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Wed, 6 Dec 2017 11:15:59 +0100 Subject: [PATCH] Release 2.0.3 --- README.rst | 12 ++++++++---- openslides_votecollector/__init__.py | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 774a6cf..0a4aa7f 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ Requirements ============ - OpenSlides 2.2+ (https://openslides.org/) -- VoteCollector 1.8.2+ +- VoteCollector 1.9.2+ Install @@ -31,7 +31,7 @@ I. Installation on Windows (with OpenSlides portable version) 1. Install and run VoteCollector - Download VoteColletor from http://files.softwein.de/Votecollector.zip + Download VoteColletor from http://software.voteworks.eu/Votecollector.zip To use VoteCollector in simulation mode (no keypads required) please run from command line:: @@ -113,9 +113,13 @@ MIT License, see LICENSE file. The authors are mentioned in the AUTHORS file. Changelog ========= -Version 2.0.3 (unreleased) +Version 2.0.3 (2017-12-06) -------------------------- -* Fixes for OpenSlides 2.2 support +* Fixes for OpenSlides 2.2 support. +* Support elections with more than 9 candidates (multi-digit mode). + Requires VoteCollector 1.9.2. +* Improved CSS for seating plan. + Version 2.0.2 (2017-06-11) -------------------------- diff --git a/openslides_votecollector/__init__.py b/openslides_votecollector/__init__.py index 2306797..f2a0ae8 100644 --- a/openslides_votecollector/__init__.py +++ b/openslides_votecollector/__init__.py @@ -1,6 +1,6 @@ __verbose_name__ = 'OpenSlides VoteCollector Plugin' __description__ = 'This plugin connects OpenSlides with the VoteCollector of Voteworks for electronic voting.' -__version__ = '2.0.3-dev' +__version__ = '2.0.3' __license__ = 'MIT' __url__ = 'https://github.com/OpenSlides/openslides-votecollector'