Skip to content

Commit 74921d5

Browse files
artem1205jatinyadav-cc
authored andcommitted
🤖 Bump minor version of Python CDK
1 parent 051ec9c commit 74921d5

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

airbyte-cdk/python/.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.66.0
2+
current_version = 0.67.0
33
commit = False
44

55
[bumpversion:file:setup.py]

airbyte-cdk/python/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.67.0
4+
Low-code: Add CustomRecordFilter
5+
36
## 0.66.0
47
Low-code: Add interpolation for request options
58

airbyte-cdk/python/Dockerfile

Lines changed: 2 additions & 2 deletions
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.66.0
13+
RUN pip install --prefix=/install airbyte-cdk==0.67.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.66.0
35+
LABEL io.airbyte.version=0.67.0
3636
LABEL io.airbyte.name=airbyte/source-declarative-manifest

airbyte-cdk/python/setup.py

Lines changed: 1 addition & 1 deletion
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.66.0",
39+
version="0.67.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)