From a5022a3f001436322d7a08fd596bc7df9067211e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Sat, 1 Dec 2012 14:05:19 +0100 Subject: [PATCH] Fix pep8 in openslides/__init__.py --- openslides/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/__init__.py b/openslides/__init__.py index fd88160f2..f32ad47e6 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -5,7 +5,7 @@ :license: GNU GPL, see LICENSE for more details. """ -VERSION = (1, 3, 0, 'final', 0) # During development it is the next release +VERSION = (1, 3, 0, 'final', 0) # During development it is the next release RELEASE = False