From 2ce9815218799d5621c6a16b608b3260151f63cd Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Wed, 6 Jun 2012 16:40:05 +0200 Subject: [PATCH] Prepared 1.2-beta3 release. --- openslides/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/__init__.py b/openslides/__init__.py index e52f07b5f..a5bc6b52b 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, 'alpha', 0) +VERSION = (1, 2, 0, 'beta', 3) def get_version(version=None): """Derives a PEP386-compliant version number from VERSION."""