Skip to content

Commit 429a9f4

Browse files
🤖 Bump patch version of Python CDK
1 parent c95b197 commit 429a9f4

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.78.8
2+
current_version = 0.78.9
33
commit = False
44

55
[bumpversion:file:Dockerfile]

airbyte-cdk/python/CHANGELOG.md

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

3+
## 0.78.9
4+
Fix CDK version mismatch introduced in 0.78.8
5+
36
## 0.78.8
47
Update error messaging/type for missing streams. Note: version mismatch, please use 0.78.9 instead
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.78.8
13+
RUN pip install --prefix=/install airbyte-cdk==0.78.9
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.78.8
35+
LABEL io.airbyte.version=0.78.9
3636
LABEL io.airbyte.name=airbyte/source-declarative-manifest

airbyte-cdk/python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "airbyte-cdk"
7-
version = "0.78.8"
7+
version = "0.78.9"
88
description = "A framework for writing Airbyte Connectors."
99
authors = ["Airbyte <[email protected]>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)