diff --git a/CHANGELOG b/CHANGELOG index 23e202612..e09e3d91a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,7 +4,12 @@ http://openslides.org -Version 1.6.1 (unreleased) +Version 1.6.2 (unreleased) +========================== +[https://github.com/OpenSlides/OpenSlides/milestones/1.6.2] + + +Version 1.6.1 (2014-12-08) ========================== [https://github.com/OpenSlides/OpenSlides/issues?milestone=16] @@ -23,7 +28,7 @@ Participants: * Updated error message if group id does not exists. Other: - Fixed CKEditor stuff (added insertpre plugin and removed unused code). -- Updated German and Czech translation. +- Updated French, German and Czech translation. Version 1.6 (2014-06-02) diff --git a/openslides/__init__.py b/openslides/__init__.py index a146589c4..58b5f8b81 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -VERSION = (1, 6, 1, 'final', 1) # During development it is the next release +VERSION = (1, 6, 2, 'final', 1) # During development it is the next release RELEASE = False