Skip to content

Commit 3e4d184

Browse files
ambirdsalloctavia-squidington-iii
authored andcommitted
🤖 Bump minor version of Python CDK
1 parent 16b4c2f commit 3e4d184

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

airbyte-cdk/python/.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.70.2
2+
current_version = 0.71.0
33
commit = False
44

55
[bumpversion:file:setup.py]

airbyte-cdk/python/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.71.0
4+
Declarative datetime-based cursors now only derive state values from records that were read
5+
36
## 0.70.2
47
low-code: remove superfluous sleep
58

airbyte-cdk/python/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apk --no-cache upgrade \
1010
&& apk --no-cache add tzdata build-base
1111

1212
# install airbyte-cdk
13-
RUN pip install --prefix=/install airbyte-cdk==0.70.2
13+
RUN pip install --prefix=/install airbyte-cdk==0.71.0
1414

1515
# build a clean environment
1616
FROM base
@@ -32,5 +32,5 @@ ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
3232
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
3333

3434
# needs to be the same as CDK
35-
LABEL io.airbyte.version=0.70.2
35+
LABEL io.airbyte.version=0.71.0
3636
LABEL io.airbyte.name=airbyte/source-declarative-manifest

airbyte-cdk/python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
name="airbyte-cdk",
3737
# The version of the airbyte-cdk package is used at runtime to validate manifests. That validation must be
3838
# updated if our semver format changes such as using release candidate versions.
39-
version="0.70.2",
39+
version="0.71.0",
4040
description="A framework for writing Airbyte Connectors.",
4141
long_description=README,
4242
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)