From 2b3409d06dc9c0385cc2c0f0d937d025dfc01f9d Mon Sep 17 00:00:00 2001 From: Martin Loetzsch Date: Wed, 10 Jun 2020 08:55:52 +0200 Subject: [PATCH] release 2.8.3 - Fix duplicated system stats if you run multiple ETLs in parallel (#38) - Add config default_task_max_retries (#39) - Cleaner shutdown (#41) --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52ee7c5..f9a8897 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.8.3 (2020-06-10) + +- Fix duplicated system stats if you run multiple ETLs in parallel (#38) +- Add config default_task_max_retries (#39) +- Cleaner shutdown (#41) + + ## 2.8.2 (2020-05-04) - Ignore not succeeded executions in cost calculation (#36) diff --git a/setup.py b/setup.py index 32ba6d5..a8fd5bd 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def get_long_description(): setup( name='data-integration', - version='2.8.2', + version='2.8.3', description='Opinionated lightweight ETL pipeline framework',