From 8cdc062628445c8118bd135e00868b684905e135 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Fri, 25 May 2012 09:34:50 +0200 Subject: [PATCH] Set version number back to dev mercurial revision --- openslides/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/__init__.py b/openslides/__init__.py index 49a6a1143..e52f07b5f 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -5,7 +5,7 @@ :license: GNU GPL, see LICENSE for more details. """ -VERSION = (1, 2, 0, 'beta', 2) +VERSION = (1, 2, 0, 'alpha', 0) def get_version(version=None): """Derives a PEP386-compliant version number from VERSION."""