diff --git a/CHANGELOG b/CHANGELOG index 64a42bb2c..f775be81c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,9 +4,14 @@ https://openslides.org/ -Version 2.1.1 (unreleased) +Version 2.1.2 (unreleased) ========================== + +Version 2.1.1 (2017-04-05) +========================== +[https://github.com/OpenSlides/OpenSlides/milestones/2.1.1] + Agenda: - Fixed issue #3173 that the agenda item text cannot be changed. diff --git a/openslides/__init__.py b/openslides/__init__.py index d5323532a..a1e659cde 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,3 +1,3 @@ __author__ = 'OpenSlides Team ' __description__ = 'Presentation and assembly system' -__version__ = '2.1.1-dev' +__version__ = '2.1.2-dev'