From a07146098b58f73f1c399ebac6de9caa71ab0266 Mon Sep 17 00:00:00 2001 From: Oskar Hahn Date: Fri, 14 Dec 2012 14:14:01 +0100 Subject: [PATCH] Changed Version to 1.4.dev --- openslides/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/__init__.py b/openslides/__init__.py index a349ef61b..7cd9d7464 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -5,7 +5,7 @@ :license: GNU GPL, see LICENSE for more details. """ -VERSION = (1, 3, 1, 'alpha', 0) # During development it is the next release +VERSION = (1, 4, 0, 'alpha', 0) # During development it is the next release RELEASE = False