Skip to content

Commit

Permalink
[RELEASE] v0.22.1 (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Sep 11, 2020
1 parent 2872992 commit aedb170
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
0.22.1 (2020-09-10)
-------------------

**Tap MySQL**
- Bump `pipelinewise-tap-mysql` to 1.3.7
- Fixed an issue when `tap-mysql` was logging every extracted record on INFO level
- Fixed an issue when `TIME` column types replaced the whole record

**Target S3 CSV**
- Bump `pipelinewise-target-s3-csv` to 1.4.0
- Fixed an issue when `target-s3-csv` created temp files in system `/tmp` instead of PPW specific `~/.pipelinewise/tmp`

0.22.0 (2020-08-28)
-------------------

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.22.0'
version = '0.22.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.22.0',
version='0.22.1',
description='PipelineWise',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit aedb170

Please sign in to comment.