Release 2.1

This commit is contained in:
Norman Jäckel 2017-03-29 14:33:00 +02:00
parent 6d7f121a7f
commit 0086b513d0
4 changed files with 7 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,7 @@
https://openslides.org/
Version 2.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'

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,