diff --git a/CHANGELOG.md b/CHANGELOG.md index b6281e596..6a508d878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.48.1 (2022-07-21) +------------------- + +- Partial sync bug fixes for selected tables and space in the name of table and values + 0.48.0 (2022-07-14) ------------------- diff --git a/setup.py b/setup.py index c40d01fdb..2b232a8f7 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='pipelinewise', python_requires='>=3.7,<3.10', - version='0.48.0', + version='0.48.1', description='PipelineWise', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown',