From dee81e58b349a94f8f1f22a9b3605965a0b276a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Mon, 14 Jul 2014 22:33:54 +0200 Subject: [PATCH] Bump version to 2.0a1-dev. --- openslides/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/__init__.py b/openslides/__init__.py index a146589c4..b219db0b8 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -VERSION = (1, 6, 1, 'final', 1) # During development it is the next release +VERSION = (2, 0, 0, 'alpha', 1) # During development it is the next release RELEASE = False