From 9a0bca7feab633d015795d212b5217c05b7d2967 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Mon, 10 Dec 2012 20:30:32 +0100 Subject: [PATCH] Set 1.3 final release. --- openslides/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/__init__.py b/openslides/__init__.py index f32ad47e6..139bf67d1 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -6,7 +6,7 @@ """ VERSION = (1, 3, 0, 'final', 0) # During development it is the next release -RELEASE = False +RELEASE = True def get_version(version=None, release=None):