Merge pull request #3168 from normanjaeckel/Release-2.1

Release 2.1
This commit is contained in:
Emanuel Schütze 2017-03-29 17:29:21 +02:00 committed by GitHub
commit d758159bff
4 changed files with 11 additions and 5 deletions

View File

@ -25,3 +25,4 @@ Authors of OpenSlides in chronological order of first contribution:
Finn Stutzenstein <finn.stutzenstein@hotmail.de>
Thomas Junk <lilith2k3@archlinux.us>
Meinert Leinigen <openslides@leinigen.cc>
Andreas Engler <engel.a@web.de> (Russian translation)

View File

@ -4,7 +4,11 @@
https://openslides.org/
Version 2.1 (unreleased)
Version 2.1.1 (unreleased)
==========================
Version 2.1 (2017-03-29)
========================
[https://github.com/OpenSlides/OpenSlides/milestones/2.1]

View File

@ -1,3 +1,3 @@
__author__ = 'OpenSlides Team <support@openslides.org>'
__description__ = 'Presentation and assembly system'
__version__ = '2.1b5-dev'
__version__ = '2.1.1-dev'

View File

@ -25,14 +25,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.4',
'Programming Language :: Python :: 3.5', ],
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6', ],
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
install_requires=install_requires,