From bb6286b4a510d899ced143966b5ef73aaf4dbd31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Fri, 16 Feb 2018 22:18:40 +0100 Subject: [PATCH] OpenSlides 2.2b2 --- openslides/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/__init__.py b/openslides/__init__.py index 6339bc670..daefd9c60 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,6 +1,6 @@ __author__ = 'OpenSlides Team ' __description__ = 'Presentation and assembly system' -__version__ = '2.2b2-dev' +__version__ = '2.2b2' __license__ = 'MIT' __url__ = 'https://openslides.org'