From f3610351d7384cec3338034d5af7ec6191519cfe Mon Sep 17 00:00:00 2001 From: trichter Date: Fri, 20 Jan 2023 18:07:29 +0100 Subject: [PATCH] v4.3 --- CHANGELOG | 2 +- qopen/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 46ebc50..6380c5d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -dev: +v4.3: * add option noise_windows_func (default: 'min', to specify function with which to determine the final noise level from individual noise levels in different noise windows * add read_events_kwargs option, can be used to pass options to ObsPy's read_events * add subtract_local_depth option diff --git a/qopen/__init__.py b/qopen/__init__.py index 5a1f9d4..e352b6c 100644 --- a/qopen/__init__.py +++ b/qopen/__init__.py @@ -2,4 +2,4 @@ from qopen.core import run -__version__ = '4.3-dev' +__version__ = '4.3'