From 072e0d8e6627fbce9d8c12f99a3d3f71a9495c85 Mon Sep 17 00:00:00 2001 From: Louis Pieterse Date: Wed, 19 Oct 2022 14:12:13 +0100 Subject: [PATCH] v0.48.7 (#1029) --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- singer-connectors/tap-kafka/requirements.txt | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c07951be6..4da000cd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +0.48.7 (2022-10-19) +------------------- + +- Bump `pipelinewise-tap-kafka` from `7.1.0` to `7.1.2` + - Introducing the use of the seek method to reset the source partition offsets at the start of a run + 0.48.6 (2022-10-06) ------------------- diff --git a/setup.py b/setup.py index 1b206e08e..8271b2c72 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='pipelinewise', python_requires='>=3.7,<3.10', - version='0.48.6', + version='0.48.7', description='PipelineWise', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown', diff --git a/singer-connectors/tap-kafka/requirements.txt b/singer-connectors/tap-kafka/requirements.txt index aefd29f3d..43238616f 100644 --- a/singer-connectors/tap-kafka/requirements.txt +++ b/singer-connectors/tap-kafka/requirements.txt @@ -1 +1 @@ -pipelinewise-tap-kafka==7.1.0 +pipelinewise-tap-kafka==7.1.1