From e73a4dcf5866414902f865637ab95851009ee036 Mon Sep 17 00:00:00 2001 From: tolik0 Date: Fri, 6 Sep 2024 12:00:15 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20minor=20bump=20Python=20CDK=20to?= =?UTF-8?q?=20version=205.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- airbyte-cdk/python/CHANGELOG.md | 3 +++ airbyte-cdk/python/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/airbyte-cdk/python/CHANGELOG.md b/airbyte-cdk/python/CHANGELOG.md index fe8f4ca4aa44..77e1b66da0c4 100644 --- a/airbyte-cdk/python/CHANGELOG.md +++ b/airbyte-cdk/python/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 5.1.0 +Add limitation for number of partitions to PerPartitionCursor + ## 5.0.1 Fix source-declarative-manifest diff --git a/airbyte-cdk/python/pyproject.toml b/airbyte-cdk/python/pyproject.toml index 2c5d56c676fd..684a196e7bca 100644 --- a/airbyte-cdk/python/pyproject.toml +++ b/airbyte-cdk/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "airbyte-cdk" -version = "5.0.1" +version = "5.1.0" description = "A framework for writing Airbyte Connectors." authors = ["Airbyte "] license = "MIT"