Skip to content

Commit

Permalink
release 0.64.1 (#1174)
Browse files Browse the repository at this point in the history
  • Loading branch information
amofakhar committed Jul 25, 2024
1 parent e913197 commit af61201
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.64.1 (2024-07-25)
-------------------
- Remove row count check in `sync_tables` for `tap_mysql` and `tap_postgres`

0.64.0 (2024-07-19)
-------------------
- Update `sync_tables` and `import_config` commands
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(name='pipelinewise',
python_requires='==3.8.*',
version='0.64.0',
version='0.64.1',
description='PipelineWise',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit af61201

Please sign in to comment.