Prepared 1.3.1 release.
This commit is contained in:
parent
98f4ec8f2a
commit
9e885d5b93
@ -1,6 +1,13 @@
|
||||
CHANGELOG of OpenSlides
|
||||
http://openslides.org
|
||||
|
||||
Version 1.3.1 (2013-01-09)
|
||||
==========================
|
||||
[http://dev.openslides.org/milestone/1.3.1]
|
||||
|
||||
- Fixed unwanted automatical language switching on projector view if more than
|
||||
one browser languages send projector request to OpenSlides (#434)
|
||||
|
||||
|
||||
Version 1.3 (2012-12-10)
|
||||
========================
|
||||
|
@ -2,7 +2,7 @@
|
||||
English README file for OpenSlides
|
||||
==================================
|
||||
|
||||
This is OpenSlides, version 1.3.1 (unreleased).
|
||||
This is OpenSlides, version 1.3.1 (2013-01-09).
|
||||
|
||||
|
||||
What is OpenSlides?
|
||||
|
@ -5,8 +5,8 @@
|
||||
:license: GNU GPL, see LICENSE for more details.
|
||||
"""
|
||||
|
||||
VERSION = (1, 3, 1, 'alpha', 1) # During development it is the next release
|
||||
RELEASE = False
|
||||
VERSION = (1, 3, 1, 'final', 1) # During development it is the next release
|
||||
RELEASE = True
|
||||
|
||||
|
||||
def get_version(version=None, release=None):
|
||||
|
Loading…
Reference in New Issue
Block a user