From b5298976e0b3c8f440e0f36930f6d05cba27b7c8 Mon Sep 17 00:00:00 2001 From: "benjamin.jakimow" <benjamin.jakimow@geo.hu-berlin.de> Date: Tue, 6 Aug 2019 18:06:01 +0200 Subject: [PATCH] increased version to 1.7, changelog Signed-off-by: benjamin.jakimow <benjamin.jakimow@geo.hu-berlin.de> --- CHANGELOG | 4 ++++ eotimeseriesviewer/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index fb1f7beb..dcb5b8d2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ ============== Changelog ============== +2019-08-06 (version 1.7): + * increased contrast for default map view text + * improved detect of wavelength information, e.g. from Pleiades, Sentinel-2 and RapidEye data + 2019-07-16 (version 1.6): * re-design of map visualization: faster and more compact, the number of maps is fixed to n dates x m map views * date, sensor or map view information can be plotted within each map and become available in screenshots diff --git a/eotimeseriesviewer/__init__.py b/eotimeseriesviewer/__init__.py index 3f15799e..36175536 100644 --- a/eotimeseriesviewer/__init__.py +++ b/eotimeseriesviewer/__init__.py @@ -21,7 +21,7 @@ # noinspection PyPep8Naming -__version__ = '1.6' # sub-subversion number is added automatically +__version__ = '1.7' # sub-subversion number is added automatically LICENSE = 'GNU GPL-3' TITLE = 'EO Time Series Viewer' DESCRIPTION = 'Visualization of multi-sensor Earth observation time series data.' -- GitLab