We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a88fd commit d619b6cCopy full SHA for d619b6c
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+0.52.1 (2023-02-22)
2
+-------------------
3
+
4
+- Extend silentremove to support deleting folders
5
+- Bugfix for selected fastsync tables
6
+- Bugfix for graceful exit
7
8
0.52.0 (2023-02-02)
9
-------------------
10
setup.py
@@ -7,7 +7,7 @@
setup(name='pipelinewise',
python_requires='>=3.7,<3.10',
- version='0.52.0',
+ version='0.52.1',
11
description='PipelineWise',
12
long_description=LONG_DESCRIPTION,
13
long_description_content_type='text/markdown',
0 commit comments