diff --git a/CHANGELOG b/CHANGELOG index b13c4e075..4371f36ee 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,10 @@ http://openslides.org +Version 1.4.3 (unreleased) +========================== + + Version 1.4.2 (2013-09-10) ========================== [https://github.com/OpenSlides/OpenSlides/issues?milestone=12] diff --git a/INSTALL.txt b/INSTALL.txt index 393d436cb..654fbe443 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,5 +1,5 @@ ================================================ - Installation instructions for OpenSlides 1.4.2 + Installation instructions for OpenSlides 1.4.3 ================================================ Content diff --git a/README.txt b/README.txt index 67aaa5c3d..1f51982e8 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.3 (unreleased). What is OpenSlides? diff --git a/openslides/__init__.py b/openslides/__init__.py index a5fb7d9fc..1ec30013e 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,11 +1,11 @@ #!/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 +VERSION = (1, 4, 3, 'final', 1) # During development it is the next release RELEASE = False