diff --git a/README.txt b/README.txt index caa34ff35..52f5bc2a1 100644 --- a/README.txt +++ b/README.txt @@ -2,7 +2,7 @@ English README file for OpenSlides ==================================== -This is OpenSlides, version 1.4b1-dev (unreleased). +This is OpenSlides, version 1.4b2 (unreleased). What is OpenSlides? diff --git a/openslides/__init__.py b/openslides/__init__.py index 5337ddd89..efe24b5a8 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, 'beta', 1) # During development it is the next release +VERSION = (1, 4, 0, 'beta', 2) # During development it is the next release RELEASE = False