diff --git a/CHANGELOG b/CHANGELOG index 6e00594d1..fc619bbd0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,7 +4,12 @@ http://openslides.org -Version 1.6 (unreleased) +Version 1.6.1 (unreleased) +========================== +[https://github.com/OpenSlides/OpenSlides/issues?milestone=16] + + +Version 1.6 (2014-06-02) ======================== [https://github.com/OpenSlides/OpenSlides/issues?milestone=14] diff --git a/openslides/__init__.py b/openslides/__init__.py index 0efe656ea..a146589c4 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -VERSION = (1, 6, 0, 'rc', 1) # During development it is the next release +VERSION = (1, 6, 1, 'final', 1) # During development it is the next release RELEASE = False