Update version to 1.4.2-dev
This commit is contained in:
parent
119fb90bfd
commit
1225c5bbb6
@ -4,6 +4,9 @@
|
||||
|
||||
http://openslides.org
|
||||
|
||||
Version 1.4.2 (unreleased)
|
||||
==========================
|
||||
|
||||
|
||||
Version 1.4.1 (2013-07-29)
|
||||
==========================
|
||||
|
@ -2,7 +2,7 @@
|
||||
English README file for OpenSlides
|
||||
====================================
|
||||
|
||||
This is OpenSlides, version 1.4.1 (2013-07-29).
|
||||
This is OpenSlides, version 1.4.2 (unreleased).
|
||||
|
||||
|
||||
What is OpenSlides?
|
||||
|
@ -5,8 +5,8 @@
|
||||
:license: GNU GPL, see LICENSE for more details.
|
||||
"""
|
||||
|
||||
VERSION = (1, 4, 1, 'final', 1) # During development it is the next release
|
||||
RELEASE = True
|
||||
VERSION = (1, 4, 2, 'final', 1) # During development it is the next release
|
||||
RELEASE = False
|
||||
|
||||
|
||||
def get_version(version=None, release=None):
|
||||
|
Loading…
Reference in New Issue
Block a user