diff --git a/CHANGELOG.md b/CHANGELOG.md index fa0b74caf..9a8def798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +0.52.1 (2023-02-22) +------------------- + +- Extend silentremove to support deleting folders +- Bugfix for selected fastsync tables +- Bugfix for graceful exit + 0.52.0 (2023-02-02) ------------------- diff --git a/setup.py b/setup.py index 9ad2bf44e..1cf3a3230 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='pipelinewise', python_requires='>=3.7,<3.10', - version='0.52.0', + version='0.52.1', description='PipelineWise', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown',