Merge pull request #5473 from emanuelschuetze/release3.2

Release 3.2
This commit is contained in:
Emanuel Schütze 2020-07-15 16:56:33 +02:00 committed by GitHub
commit 6e2e1ebe7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "OpenSlides3-Client",
"version": "3.1.1",
"version": "3.2.0",
"repository": {
"type": "git",
"url": "git://github.com/OpenSlides/OpenSlides.git"

View File

@ -1,6 +1,6 @@
__author__ = "OpenSlides Team <support@openslides.org>"
__description__ = "Presentation and assembly system"
__version__ = "3.2-master"
__version__ = "3.3-master"
__license__ = "MIT"
__url__ = "https://openslides.com"

View File

@ -21,4 +21,4 @@ roman>=2.0,<3.2
setuptools>=29.0,<42.0
typing_extensions>=3.6.6,<3.8
websockets>=8.0,<9.0
twisted>=20.3.0
twisted[tls]>=20.3.0