diff --git a/README.txt b/README.txt index 67aaa5c3d..6707e36f0 100644 --- a/README.txt +++ b/README.txt @@ -2,7 +2,7 @@ English README file for OpenSlides ==================================== -This is OpenSlides, version 1.4.2 (unreleased). +This is OpenSlides, version 1.4.2 (2013-09-10). What is OpenSlides? diff --git a/openslides/__init__.py b/openslides/__init__.py index a5fb7d9fc..8839755f6 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,12 +1,12 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- """ - :copyright: 2011, 2012 by OpenSlides team, see AUTHORS. + :copyright: 2011–2013 by OpenSlides team, see AUTHORS. :license: GNU GPL, see LICENSE for more details. """ VERSION = (1, 4, 2, 'final', 1) # During development it is the next release -RELEASE = False +RELEASE = True def get_version(version=None, release=None):