From e400a115a9361a855238a1d6af08ae90add3aa6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Wed, 20 Dec 2017 21:18:47 +0100 Subject: [PATCH] Update version to 2.2b2-dev --- openslides/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/__init__.py b/openslides/__init__.py index a2718bfb3..6dc8e6638 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,5 +1,5 @@ __author__ = 'OpenSlides Team ' __description__ = 'Presentation and assembly system' -__version__ = '2.2b1' +__version__ = '2.2b2-dev' __license__ = 'MIT' __url__ = 'https://openslides.org'