diff --git a/client/package.json b/client/package.json index fe095b543..0a1cfe43b 100644 --- a/client/package.json +++ b/client/package.json @@ -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" diff --git a/openslides/__init__.py b/openslides/__init__.py index 25527011f..d46176093 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,6 +1,6 @@ __author__ = "OpenSlides Team " __description__ = "Presentation and assembly system" -__version__ = "3.2-master" +__version__ = "3.2" __license__ = "MIT" __url__ = "https://openslides.com"