From 8352b06e638d775a3ef6c5f795044d507dcf5fca Mon Sep 17 00:00:00 2001 From: trichter Date: Fri, 23 Jul 2021 15:35:53 +0200 Subject: [PATCH] version 4.1 --- CHANGELOG | 2 +- qopen/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6b33c34..3a76726 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -dev: +v4.1: * add request_window_tolerance parameter (in seconds, default 0.5) to allow for missing data at the edges of request window * add --overwrite-conf to allow to set all available config options from the command line * allow to set parameters for removal of response ("full" option) diff --git a/qopen/__init__.py b/qopen/__init__.py index fa0bffb..509219b 100644 --- a/qopen/__init__.py +++ b/qopen/__init__.py @@ -2,4 +2,4 @@ from qopen.core import run -__version__ = '4.1-dev' +__version__ = '4.1'