Update version to 2.3-dev.

This commit is contained in:
Emanuel Schütze 2018-06-05 15:34:33 +02:00
parent 8d64c586bc
commit 2c1ce6ff37
3 changed files with 7 additions and 3 deletions

View File

@ -4,6 +4,10 @@
https://openslides.org/
Version 2.3 (unreleased)
========================
Version 2.2 (2018-06-06)
========================
`Release notes <https://github.com/OpenSlides/OpenSlides/wiki/OpenSlides-2.2>`_ ·

View File

@ -1,6 +1,6 @@
__author__ = 'OpenSlides Team <support@openslides.org>'
__description__ = 'Presentation and assembly system'
__version__ = '2.2'
__version__ = '2.3-dev'
__license__ = 'MIT'
__url__ = 'https://openslides.org'

View File

@ -27,8 +27,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',