From ac4174c39177e2d2886901734b4b4d79398e282d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Fri, 13 Dec 2019 09:39:42 +0100 Subject: [PATCH] Update version to 3.1.1-dev --- 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 728f56f06..dd275f9df 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,6 +1,6 @@ __author__ = "OpenSlides Team " __description__ = "Presentation and assembly system" -__version__ = "3.1" +__version__ = "3.1.1-dev" __license__ = "MIT" __url__ = "https://openslides.com" diff --git a/setup.py b/setup.py index e46c11b35..06a20988b 100644 --- a/setup.py +++ b/setup.py @@ -29,8 +29,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",