From 8d64c586bc435e394480851786c315a9a4dc1bfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Tue, 5 Jun 2018 15:33:28 +0200 Subject: [PATCH] Release 2.2 --- CHANGELOG.rst | 4 ++-- openslides/__init__.py | 2 +- setup.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d17aaea9d..00dc32405 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,8 +4,8 @@ https://openslides.org/ -Version 2.2 (unreleased) -========================== +Version 2.2 (2018-06-06) +======================== `Release notes `_ ยท `Milestone `_ diff --git a/openslides/__init__.py b/openslides/__init__.py index c7bb6c48b..1a38dafc2 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,6 +1,6 @@ __author__ = 'OpenSlides Team ' __description__ = 'Presentation and assembly system' -__version__ = '2.2b4-dev' +__version__ = '2.2' __license__ = 'MIT' __url__ = 'https://openslides.org' diff --git a/setup.py b/setup.py index dca03ba2d..531b02c15 100644 --- a/setup.py +++ b/setup.py @@ -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',