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