commit
20b627a3a6
@ -4,6 +4,10 @@
|
|||||||
|
|
||||||
http://openslides.org
|
http://openslides.org
|
||||||
|
|
||||||
|
Version 1.4.3 (unreleased)
|
||||||
|
==========================
|
||||||
|
|
||||||
|
|
||||||
Version 1.4.2 (2013-09-10)
|
Version 1.4.2 (2013-09-10)
|
||||||
==========================
|
==========================
|
||||||
[https://github.com/OpenSlides/OpenSlides/issues?milestone=12]
|
[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
|
Content
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
English README file for OpenSlides
|
English README file for OpenSlides
|
||||||
====================================
|
====================================
|
||||||
|
|
||||||
This is OpenSlides, version 1.4.2 (unreleased).
|
This is OpenSlides, version 1.4.3 (unreleased).
|
||||||
|
|
||||||
|
|
||||||
What is OpenSlides?
|
What is OpenSlides?
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- 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.
|
:license: GNU GPL, see LICENSE for more details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
VERSION = (1, 4, 2, 'final', 1) # During development it is the next release
|
VERSION = (1, 4, 3, 'final', 1) # During development it is the next release
|
||||||
RELEASE = False
|
RELEASE = False
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user