From 32dfba0d5ce255af3e75921442315cae11f57a50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Fri, 13 Dec 2019 09:39:11 +0100 Subject: [PATCH 1/2] Release 3.1 --- CHANGELOG.rst | 2 +- openslides/__init__.py | 2 +- setup.py | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ab880e0d9..1ce1e4563 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,7 +4,7 @@ https://openslides.com -Version 3.1 (2019-XX-XX) +Version 3.1 (2019-12-13) ======================== `Milestone `_ diff --git a/openslides/__init__.py b/openslides/__init__.py index 1f6396cdd..728f56f06 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,6 +1,6 @@ __author__ = "OpenSlides Team " __description__ = "Presentation and assembly system" -__version__ = "3.0.1-dev" +__version__ = "3.1" __license__ = "MIT" __url__ = "https://openslides.com" diff --git a/setup.py b/setup.py index 49695fc1a..e46c11b35 100644 --- a/setup.py +++ b/setup.py @@ -29,14 +29,15 @@ 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", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", ], packages=find_packages(exclude=["tests", "tests.*"]), include_package_data=True, 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 2/2] 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",