From c43c4346bcd8aa7b6243477e635a548d55c27da3 Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Tue, 14 Jul 2020 16:41:33 +0200 Subject: [PATCH] [RELEASE] v0.18.0 (#470) --- CHANGELOG.md | 8 ++++++++ docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 759aaad2a..a182576e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +0.18.0 (2020-07-14) +------------------- +- Add generic alert sender with Slack and VictorOps integration + +**Tap Postgres** +- Bump `pipelinewise-tap-postgres` to 1.6.3 + - Fixed a data loss issue when running `LOG_BASED` the tap not sending new `SCHEMA` + 0.17.1 (2020-07-09) ------------------- - Fixed an issue when using FastSync on big MongoDB collections caused memory errors diff --git a/docs/conf.py b/docs/conf.py index 9ce406121..08020b54d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ def setup(app): project = 'PipelineWise' copyright = '2020, TransferWise Ltd.' author = 'TransferWise' -version = '0.17.1' +version = '0.18.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 41ee84ab3..5ff49e8dc 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ LONG_DESCRIPTION = f.read() setup(name='pipelinewise', - version='0.17.1', + version='0.18.0', description='PipelineWise', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown',