From ec3db2ffffc30ded6afa6bbf14969da0e625aad4 Mon Sep 17 00:00:00 2001 From: Oskar Hahn Date: Thu, 18 Jul 2013 08:50:08 +0200 Subject: [PATCH] Prepare OpenSlides master for the next major release --- openslides/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openslides/__init__.py b/openslides/__init__.py index 943360c76..0618c5ce5 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,11 +1,11 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- """ - :copyright: 2011, 2012 by OpenSlides team, see AUTHORS. + :copyright: 2011 – 2013 by OpenSlides team, see AUTHORS. :license: GNU GPL, see LICENSE for more details. """ -VERSION = (1, 4, 1, 'final', 1) # During development it is the next release +VERSION = (1, 5, 0, 'alpha', 1) # During development it is the next release RELEASE = False