Prepare OpenSlides master for the next major release
This commit is contained in:
parent
6b90ef6576
commit
ec3db2ffff
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user