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',