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