Prepare OpenSlides master for the next major release

This commit is contained in:
Oskar Hahn 2013-07-18 08:50:08 +02:00
parent 6b90ef6576
commit ec3db2ffff

View File

@ -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