Skip to content

Commit

Permalink
Merge pull request #342 from transferwise/release
Browse files Browse the repository at this point in the history
Release 2020-03-09
  • Loading branch information
Samira-El authored Mar 9, 2020
2 parents a17848a + 8b870db commit 7b7d16e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.13.3 (2020-03-09)
-------------------

**FastSync Postgres & Mysql**
- fix "'NoneType' object has no attribute 'upper'" that happens when table has no PK.
- fix "Information schema query returned too much data".


0.13.2 (2020-03-05)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions 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.2',
version='0.13.3',
description='PipelineWise',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down Expand Up @@ -65,4 +65,4 @@
'logging.conf'
]
},
include_package_data=True)
include_package_data=True)

0 comments on commit 7b7d16e

Please sign in to comment.