Update version to 1.4.3-dev
This commit is contained in:
parent
5854bb1f50
commit
cd2f01ed26
@ -4,6 +4,10 @@
|
||||
|
||||
http://openslides.org
|
||||
|
||||
Version 1.4.3 (unreleased)
|
||||
==========================
|
||||
|
||||
|
||||
Version 1.4.2 (2013-09-10)
|
||||
==========================
|
||||
[https://github.com/OpenSlides/OpenSlides/issues?milestone=12]
|
||||
|
@ -1,5 +1,5 @@
|
||||
================================================
|
||||
Installation instructions for OpenSlides 1.4.2
|
||||
Installation instructions for OpenSlides 1.4.3
|
||||
================================================
|
||||
|
||||
Content
|
||||
|
@ -2,7 +2,7 @@
|
||||
English README file for OpenSlides
|
||||
====================================
|
||||
|
||||
This is OpenSlides, version 1.4.2 (2013-09-10).
|
||||
This is OpenSlides, version 1.4.3 (unreleased).
|
||||
|
||||
|
||||
What is OpenSlides?
|
||||
|
@ -5,8 +5,8 @@
|
||||
:license: GNU GPL, see LICENSE for more details.
|
||||
"""
|
||||
|
||||
VERSION = (1, 4, 2, 'final', 1) # During development it is the next release
|
||||
RELEASE = True
|
||||
VERSION = (1, 4, 3, '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