Skip to content

Commit

Permalink
[RELEASE] v0.24.1 (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Oct 2, 2020
1 parent dfb8544 commit 65cabc8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 65cabc8

Please sign in to comment.