From 865940bd126c7c45b7c615f751244a46176aca4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Thu, 30 Aug 2018 15:15:47 +0200 Subject: [PATCH] Update version to 2.3b2-dev --- openslides/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/__init__.py b/openslides/__init__.py index 3f78851ee..fcb1be7ff 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,6 +1,6 @@ __author__ = 'OpenSlides Team ' __description__ = 'Presentation and assembly system' -__version__ = '2.3b1' +__version__ = '2.3b2-dev' __license__ = 'MIT' __url__ = 'https://openslides.org'