🤖 Bump patch version of Python CDK
This commit is contained in:
committed by
Octavia Squidington III
parent
d475beba19
commit
03cfe9b910
@@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 0.53.8
|
||||
current_version = 0.53.9
|
||||
commit = False
|
||||
|
||||
[bumpversion:file:setup.py]
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 0.53.9
|
||||
Fix of generate the error message using _try_get_error based on list of errors
|
||||
|
||||
## 0.53.8
|
||||
Vector DB CDK: Remove CDC records, File CDK: Update unstructured parser
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ RUN apk --no-cache upgrade \
|
||||
&& apk --no-cache add tzdata build-base
|
||||
|
||||
# install airbyte-cdk
|
||||
RUN pip install --prefix=/install airbyte-cdk==0.53.8
|
||||
RUN pip install --prefix=/install airbyte-cdk==0.53.9
|
||||
|
||||
# build a clean environment
|
||||
FROM base
|
||||
@@ -32,5 +32,5 @@ ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
|
||||
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
|
||||
|
||||
# needs to be the same as CDK
|
||||
LABEL io.airbyte.version=0.53.8
|
||||
LABEL io.airbyte.version=0.53.9
|
||||
LABEL io.airbyte.name=airbyte/source-declarative-manifest
|
||||
|
||||
@@ -36,7 +36,7 @@ setup(
|
||||
name="airbyte-cdk",
|
||||
# The version of the airbyte-cdk package is used at runtime to validate manifests. That validation must be
|
||||
# updated if our semver format changes such as using release candidate versions.
|
||||
version="0.53.8",
|
||||
version="0.53.9",
|
||||
description="A framework for writing Airbyte Connectors.",
|
||||
long_description=README,
|
||||
long_description_content_type="text/markdown",
|
||||
|
||||
Reference in New Issue
Block a user