From 6ccf8b45c10f6c4477d7da4e9e40a031ee681cd1 Mon Sep 17 00:00:00 2001 From: Jeet Parekh <94441288+jeet-parekh-wise@users.noreply.github.com> Date: Thu, 8 Sep 2022 10:56:22 +0100 Subject: [PATCH] release v0.48.3 (#1012) --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eb0fa10d..d6b5df90f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.48.3 (2022-09-08) +------------------- + +- Refactor partialsync to use merge (#1010) + 0.48.2 (2022-09-01) ------------------- diff --git a/setup.py b/setup.py index 84abf3962..8a88da44b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='pipelinewise', python_requires='>=3.7,<3.10', - version='0.48.2', + version='0.48.3', description='PipelineWise', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown',