From 514e55be45b46da15dd323ab747d2e14048b5c87 Mon Sep 17 00:00:00 2001 From: trichter Date: Tue, 13 Oct 2020 10:19:32 +0200 Subject: [PATCH] version 3.0 --- CHANGELOG | 2 +- qopen/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e09182c..9de6d52 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -dev: +v3.0: * prefix option is more stringent now and adds prefix also to log file * add option to filter event catalog, add option to resolve full SEED id, add corresponding command line options * add option to use coda normalization, no inversion for site effects and event spectra in this case diff --git a/qopen/__init__.py b/qopen/__init__.py index 7d26ceb..6e98272 100644 --- a/qopen/__init__.py +++ b/qopen/__init__.py @@ -2,4 +2,4 @@ from qopen.core import run -__version__ = '2.7-dev' +__version__ = '3.0'