From 6ffb79f514828bdd9b4acfa2395971df33bab782 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Wed, 20 Dec 2017 21:17:53 +0100 Subject: [PATCH] Release 2.2b1 --- README.rst | 35 ++++++++++++++++++++++------------- openslides/__init__.py | 2 +- setup.py | 4 ++-- 3 files changed, 25 insertions(+), 16 deletions(-) diff --git a/README.rst b/README.rst index 04cbe5758..eafbeefa9 100644 --- a/README.rst +++ b/README.rst @@ -170,42 +170,51 @@ OpenSlides uses the following projects or parts of them: * `angular `_, License: MIT * `angular-animate `_, License: MIT - * `angular-bootstrap `_, License: MIT * `angular-bootstrap-colorpicker `_, License: MIT * `angular-chosen-localytics `_, License: MIT - * `angular-ckeditor `_, License: MIT + * `angular-ckeditor `_, License: MIT + * `angular-file-saver `_, License: MIT * `angular-formly `_, License: MIT - * `angular-formly-templates-bootstrap `_, License: MIT + * `angular-formly-templates-bootstrap `_, License: MIT * `angular-gettext `_, License: MIT * `angular-messages `_, License: MIT - * `pdfmake `_, License: MIT * `angular-pdf `_, License: MIT * `angular-sanitize `_, License: MIT * `angular-scroll-glue `_, License: MIT + * `angular-ui-bootstrap `_, License: MIT * `angular-ui-router `_, License: MIT + * `angular-ui-router-title `_, License: MIT * `angular-ui-tree `_, License: MIT - * `angular-xeditable `_, License: MIT + * `angular-xeditable `_, License: MIT + * `angularjs-scroll-glue `_, License: MIT * `angularjs-slider `_, License: MIT * `api-check `_, License: MIT + * `blob-polyfill `_, License: MIT * `bootstrap `_, License: MIT + * `bootstrap `_, License: MIT + * `bootstrap-css-only `_, License: MIT + * `bootstrap-css-only `_, License: MIT * `bootstrap-ui-datetime-picker `_, License: MIT - * `chosen `_, License: MIT - * `ckeditor `_, License: GPL 2+, LGPL 2.1+ or MPL 1.1. + * `chosen `_, License: https://github.com/harvesthq/chosen/blob/master/LICENSE.md + * `chosen-js `_, License: MIT + * `ckeditor `_, License: (GPL-2.0 OR LGPL-2.1 OR MPL-1.1) + * `docxtemplater `_, License: MIT + * `file-saver.js `_, License: LICENSE.md * `font-awesome-bower `_, License: MIT * `jquery `_, License: MIT * `jquery.cookie `_, License: MIT * `js-data `_, License: MIT - * `js-data-angular `_, License: MIT - * `js-data-http `_, License: MIT + * `js-data-angular `_, License: MIT + * `jszip `_, License: MIT or GPLv3 * `lodash `_, License: MIT * `ng-dialog `_, License: MIT * `ng-file-upload `_, License: MIT - * `ngStorage `_, License: MIT * `ngbootbox `_, License: MIT - * `open-sans-fontface `_, License: Apache License version 2.0 - * `Papa Parse `_, License: MIT + * `ngStorage `_, License: MIT + * `papaparse `_, License: MIT * `pdfjs-dist `_, License: Apache-2.0 - * `roboto-condensed `_, License: Apache 2.0 + * `pdfmake `_, License: MIT + * `roboto-fontface `_, License: Apache-2.0 License and authors diff --git a/openslides/__init__.py b/openslides/__init__.py index e85db05b2..a2718bfb3 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,5 +1,5 @@ __author__ = 'OpenSlides Team ' __description__ = 'Presentation and assembly system' -__version__ = '2.1.2-dev' +__version__ = '2.2b1' __license__ = 'MIT' __url__ = 'https://openslides.org' diff --git a/setup.py b/setup.py index 2baccfeea..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',