Merge pull request #1368 from normanjaeckel/Release-1.6.1

Release 1.6.1
This commit is contained in:
Emanuel Schütze 2014-12-08 21:08:35 +01:00
commit 75b28847d5
2 changed files with 8 additions and 3 deletions

View File

@ -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)

View File

@ -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