diff --git a/openslides/__init__.py b/openslides/__init__.py index 45a3743c2..955c446a2 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -VERSION = (1, 5, 0, 'rc', 1) # During development it is the next release -RELEASE = False +VERSION = (1, 5, 0, 'beta', 2) # During development it is the next release +RELEASE = True def get_version(version=None, release=None):