From 28eda0f0b1ba86e69bb0a9362f6a28b9288cb4ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Mon, 7 Dec 2015 20:21:42 +0100 Subject: [PATCH 1/3] Updated setup.py. --- requirements_production.txt | 1 - setup.py | 7 ++++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements_production.txt b/requirements_production.txt index e36e468f9..20c36876a 100644 --- a/requirements_production.txt +++ b/requirements_production.txt @@ -10,4 +10,3 @@ reportlab>=3.0,<3.3 roman>=2.0,<2.1 setuptools>=2.2,<19.0 sockjs-tornado>=1.0,<1.1 - diff --git a/setup.py b/setup.py index 1bc0bd312..b633ec783 100644 --- a/setup.py +++ b/setup.py @@ -24,15 +24,16 @@ setup( classifiers=[ # http://pypi.python.org/pypi?%3Aaction=list_classifiers - 'Development Status :: 3 - Alpha', - # 'Development Status :: 4 - Beta', + # 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', # 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Framework :: Django', 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Programming Language :: Python :: 3.3', - 'Programming Language :: Python :: 3.4', ], + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', ], packages=find_packages(exclude=['tests', 'tests.*']), include_package_data=True, install_requires=install_requires, From c5e3a14a82a559df1a4ede9e61a2f58001c6668f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Mon, 7 Dec 2015 21:55:17 +0100 Subject: [PATCH 2/3] Release 2.0b1 --- openslides/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/__init__.py b/openslides/__init__.py index 86835668a..7e24f59fa 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,3 +1,3 @@ __author__ = 'OpenSlides Team ' __description__ = 'Presentation and assembly system' -__version__ = '2.0b1-dev' +__version__ = '2.0b1' From 1f63f84fde3a557077c60a6466c4399fdfc3711d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Mon, 7 Dec 2015 21:55:56 +0100 Subject: [PATCH 3/3] Update version to 2.0b2-dev --- openslides/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/__init__.py b/openslides/__init__.py index 7e24f59fa..b16522647 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,3 +1,3 @@ __author__ = 'OpenSlides Team ' __description__ = 'Presentation and assembly system' -__version__ = '2.0b1' +__version__ = '2.0b2-dev'