From a737ef7300be74c9beddb9b682cb9ae340e9d948 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Mon, 21 May 2012 08:16:40 +0200 Subject: [PATCH] Prepared 1.2-beta2 release. --- README.txt | 2 +- openslides/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index ccea36620..8f5cc4018 100644 --- a/README.txt +++ b/README.txt @@ -10,7 +10,7 @@ production environment. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -This is OpenSlides, version 1.2-beta1 (2012-04-30). +This is OpenSlides, version 1.2-beta2 (2012-05-21). What is OpenSlides? diff --git a/openslides/__init__.py b/openslides/__init__.py index 6f239889f..49a6a1143 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -5,7 +5,7 @@ :license: GNU GPL, see LICENSE for more details. """ -VERSION = (1, 2, 0, 'beta', 1) +VERSION = (1, 2, 0, 'beta', 2) def get_version(version=None): """Derives a PEP386-compliant version number from VERSION."""