From 97f2b723aababc35a6af4564d658bf0e4a3a88a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Fri, 13 Sep 2019 13:47:21 +0200 Subject: [PATCH] Release 3.0 --- 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 0bc18b506..e00850638 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,6 +1,6 @@ __author__ = "OpenSlides Team " __description__ = "Presentation and assembly system" -__version__ = "3.0-dev" +__version__ = "3.0" __license__ = "MIT" __url__ = "https://openslides.com" diff --git a/setup.py b/setup.py index cfc8b6074..87048e9fc 100644 --- a/setup.py +++ b/setup.py @@ -30,8 +30,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',