diff --git a/CHANGELOG b/CHANGELOG index 6a89d2da6..2ef34aad5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,8 +5,8 @@ http://openslides.org -Version 1.4 (2013-07-10) -======================== +Version 1.4.1 (unreleased) +========================== [https://github.com/OpenSlides/OpenSlides/issues?milestone=7] Agenda: diff --git a/README.txt b/README.txt index b211855b4..8d0e6ebbc 100644 --- a/README.txt +++ b/README.txt @@ -2,7 +2,7 @@ English README file for OpenSlides ==================================== -This is OpenSlides, version 1.4 (unreleased). +This is OpenSlides, version 1.4.1 (unreleased). What is OpenSlides? diff --git a/openslides/__init__.py b/openslides/__init__.py index b1a02daf2..943360c76 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -5,7 +5,7 @@ :license: GNU GPL, see LICENSE for more details. """ -VERSION = (1, 4, 0, 'final', 1) # During development it is the next release +VERSION = (1, 4, 1, 'final', 1) # During development it is the next release RELEASE = False