Skip to content

Commit 0b207f9

Browse files
artem1205octavia-squidington-iii
authored andcommitted
🤖 Bump patch version of Python CDK
1 parent 9c6aea1 commit 0b207f9

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.58.4
2+
current_version = 0.58.5
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.58.5
4+
Handle private network exception as config error
5+
36
## 0.58.4
47
Add POST method to HttpMocker
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.58.4
13+
RUN pip install --prefix=/install airbyte-cdk==0.58.5
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.58.4
35+
LABEL io.airbyte.version=0.58.5
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.58.4",
39+
version="0.58.5",
4040
description="A framework for writing Airbyte Connectors.",
4141
long_description=README,
4242
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)