From a581393b325113858979b31dd50efd8c4cdd2fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Mon, 5 May 2014 21:28:53 +0200 Subject: [PATCH] Release 1.6b1 --- openslides/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openslides/__init__.py b/openslides/__init__.py index 926e702bd..56a4092bf 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -VERSION = (1, 6, 0, 'alpha', 1) # During development it is the next release -RELEASE = False +VERSION = (1, 6, 0, 'beta', 1) # During development it is the next release +RELEASE = True def get_version(version=None, release=None):