From 33c4562e625ebe174f4829904962e23223bacb03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Wed, 21 Jan 2015 16:41:48 +0100 Subject: [PATCH] Updated version to 1.7 --- openslides/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openslides/__init__.py b/openslides/__init__.py index 3d0781d51..f9a9054d5 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -VERSION = (1, 7, 0, 'beta', 1) # During development it is the next release -RELEASE = True +VERSION = (1, 7, 0, 'final', 1) # During development it is the next release +RELEASE = False def get_version(version=None, release=None):