From 2aae6d43eb90d6ed1a83a307a38671819afc62e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Fri, 10 Feb 2017 23:39:52 +0100 Subject: [PATCH 1/2] Release 2.1b3 --- openslides/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/__init__.py b/openslides/__init__.py index baa3ace97..b9126fad3 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,3 +1,3 @@ __author__ = 'OpenSlides Team ' __description__ = 'Presentation and assembly system' -__version__ = '2.1b3-dev' +__version__ = '2.1b3' From 1c79e2c8eee8e9dd8bbdfd5819dd0ae103269678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Fri, 10 Feb 2017 23:40:18 +0100 Subject: [PATCH 2/2] Update version to 2.1b4-dev --- openslides/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/__init__.py b/openslides/__init__.py index b9126fad3..7bedef4ed 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,3 +1,3 @@ __author__ = 'OpenSlides Team ' __description__ = 'Presentation and assembly system' -__version__ = '2.1b3' +__version__ = '2.1b4-dev'