Skip to content

Commit b814448

Browse files
lazebnyioctavia-squidington-iii
authored andcommitted
🤖 Bump patch version of Python CDK
1 parent 033decc commit b814448

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.5
2+
current_version = 0.78.6
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.6
4+
low-code: add backward compatibility for old close slice behavior
5+
36
## 0.78.5
47
low-code: fix stop_condition instantiation in the cursor pagination
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.5
13+
RUN pip install --prefix=/install airbyte-cdk==0.78.6
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.5
35+
LABEL io.airbyte.version=0.78.6
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.5"
7+
version = "0.78.6"
88
description = "A framework for writing Airbyte Connectors."
99
authors = ["Airbyte <[email protected]>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)