From 65cabc855091af75b7ee188987b5dc9e6e461bfe Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Fri, 2 Oct 2020 14:26:07 +0100 Subject: [PATCH] [RELEASE] v0.24.1 (#547) --- CHANGELOG.md | 9 +++++++++ docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 294c22821..530ba53f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +0.24.1 (2020-10-02) +------------------- + +- Exit as failure when another instance of the tap is running or the tap is not enabled + +**Tap Slack** +- Bump `pipelinewise-tap-slack` to 1.0.1 + - Fixed an issue when `thread_ts` values were not populated correctly in `messages` and `threads` streams + 0.24.0 (2020-10-01) ------------------- diff --git a/docs/conf.py b/docs/conf.py index b45085b4a..c997703a5 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.24.0' +version = '0.24.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 7a8e39892..08fb70a4f 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ LONG_DESCRIPTION = f.read() setup(name='pipelinewise', - version='0.24.0', + version='0.24.1', description='PipelineWise', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown',