From 0684f5a4582b7d70855f21664da34c9238a1f69f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Wed, 12 Dec 2012 00:11:48 +0100 Subject: [PATCH] Fix typo in INSTALL.txt. Set next release from 1.3.1a0 to 1.3.1a1, because 0 is not an ordinal number. --- INSTALL.txt | 2 +- openslides/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index f57e7f00e..15f1c53c2 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -127,7 +127,7 @@ II. Installation on GNU/Linux and MacOSX using the sources 6. Restart OpenSlides: To restart OpenSlides after closing the terminal activate the - virtual environment (see 4.) before starting the server (see 6.). + virtual environment (see 3.) before starting the server (see 5.). III. Installation on Windows (32bit) using the Python Package Index (PyPI) diff --git a/openslides/__init__.py b/openslides/__init__.py index a349ef61b..01f5bd5b7 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -5,7 +5,7 @@ :license: GNU GPL, see LICENSE for more details. """ -VERSION = (1, 3, 1, 'alpha', 0) # During development it is the next release +VERSION = (1, 3, 1, 'alpha', 1) # During development it is the next release RELEASE = False