From a3038f3eb22ee5636fd586dc3ba617d90894b011 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Tue, 4 Jun 2013 01:05:15 +0200 Subject: [PATCH] Set version to 1.4rc1-dev. --- README.txt | 2 +- openslides/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index c254f1c91..d1b9b49b4 100644 --- a/README.txt +++ b/README.txt @@ -2,7 +2,7 @@ English README file for OpenSlides ==================================== -This is OpenSlides, version 1.4b2 (2013-06-04). +This is OpenSlides, version 1.4rc1 (unreleased). What is OpenSlides? diff --git a/openslides/__init__.py b/openslides/__init__.py index ad501cd8b..aeb11d7f2 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -5,8 +5,8 @@ :license: GNU GPL, see LICENSE for more details. """ -VERSION = (1, 4, 0, 'beta', 2) # During development it is the next release -RELEASE = True +VERSION = (1, 4, 0, 'rc', 1) # During development it is the next release +RELEASE = False def get_version(version=None, release=None):