Merge pull request #820 from normanjaeckel/Release_1.4

Release 1.4
This commit is contained in:
Emanuel Schütze 2013-07-08 11:38:52 -07:00
commit 6b90ef6576
3 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@
http://openslides.org
Version 1.4 (2013-07-10)
========================
Version 1.4.1 (unreleased)
==========================
[https://github.com/OpenSlides/OpenSlides/issues?milestone=7]
Agenda:

View File

@ -2,7 +2,7 @@
English README file for OpenSlides
====================================
This is OpenSlides, version 1.4 (unreleased).
This is OpenSlides, version 1.4.1 (unreleased).
What is OpenSlides?

View File

@ -5,7 +5,7 @@
:license: GNU GPL, see LICENSE for more details.
"""
VERSION = (1, 4, 0, 'final', 1) # During development it is the next release
VERSION = (1, 4, 1, 'final', 1) # During development it is the next release
RELEASE = False