From 2ae1e4c2a192c11f85f0b50ecb175bd5b7ad45c6 Mon Sep 17 00:00:00 2001 From: lazebnyi Date: Wed, 19 Jun 2024 23:16:59 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20minor=20bump=20Python=20CDK=20to?= =?UTF-8?q?=20version=201.8.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 4fb7916de2f2..2f120618f289 100644 --- a/airbyte-cdk/python/CHANGELOG.md +++ b/airbyte-cdk/python/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.8.0 +low-code: Add is_compare_strictly flag to DatetimeBasedCursor + ## 1.7.3 Exclude airbyte-cdk modules from schema discovery (retry after pypi read error - take 2) diff --git a/airbyte-cdk/python/pyproject.toml b/airbyte-cdk/python/pyproject.toml index dc9185c7e951..5b317f018413 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 = "1.7.3" +version = "1.8.0" description = "A framework for writing Airbyte Connectors." authors = ["Airbyte "] license = "MIT"