Skip to content

Commit

Permalink
[RELEASE] Bump to 0.13.1 and update changelog (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Mar 2, 2020
1 parent 91d10f6 commit 4875623
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
0.13.1 (2020-03-02)
-------------------
- Bump `ansible` to 2.7.16

**FastSync MySQL**
- Handle reserved words in column names in FastSync from MySQL
- Fixed issue when `parallelism` and `parallelism_max` parameters were not used in tap YAML files

**Tap Postgres**
- Bump `tap-postgres` to 1.4.1
- Remove unused timestamps in log


0.13.0 (2020-02-26)
-------------------
**Logging refactoring**:
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.13.0',
version='0.13.1',
description='PipelineWise',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 4875623

Please sign in to comment.