diff --git a/openslides/__init__.py b/openslides/__init__.py index 2420bcb16..6e440cbbb 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -5,7 +5,7 @@ :license: GNU GPL, see LICENSE for more details. """ -VERSION = (1, 2, 0, 'rc', 1) +VERSION = (1, 2, 0, 'final', 1) def get_version(version=None): """Derives a PEP386-compliant version number from VERSION."""