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