diff --git a/openslides/__init__.py b/openslides/__init__.py index add5f4fcb..bcf7f06cc 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -6,7 +6,7 @@ """ VERSION = (1, 4, 0, 'alpha', 1) # During development it is the next release -RELEASE = False +RELEASE = True def get_version(version=None, release=None):