From 789a3c308b7ede49042ebc5f9219d86540a94231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Fri, 16 Dec 2016 22:29:36 +0100 Subject: [PATCH 1/2] Release 2.1b1 --- openslides/__init__.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openslides/__init__.py b/openslides/__init__.py index 27dbad590..b404c2a5d 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,3 +1,3 @@ __author__ = 'OpenSlides Team ' __description__ = 'Presentation and assembly system' -__version__ = '2.1-dev' +__version__ = '2.1b1' diff --git a/setup.py b/setup.py index 0f81fd192..652159e30 100644 --- a/setup.py +++ b/setup.py @@ -25,8 +25,8 @@ setup( classifiers=[ # http://pypi.python.org/pypi?%3Aaction=list_classifiers # 'Development Status :: 3 - Alpha', - # 'Development Status :: 4 - Beta', - 'Development Status :: 5 - Production/Stable', + 'Development Status :: 4 - Beta', + # 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Framework :: Django', 'License :: OSI Approved :: MIT License', From 655a1b8f712350532061bbc9a98e84764357b469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Fri, 16 Dec 2016 22:30:08 +0100 Subject: [PATCH 2/2] Update version to 2.1b2-dev --- openslides/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/__init__.py b/openslides/__init__.py index b404c2a5d..cffefddd7 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,3 +1,3 @@ __author__ = 'OpenSlides Team ' __description__ = 'Presentation and assembly system' -__version__ = '2.1b1' +__version__ = '2.1b2-dev'