🤖 Bump minor version of Airbyte CDK
This commit is contained in:
committed by
Octavia Squidington III
parent
bfe8ccbaac
commit
2861b7fbd4
@@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 0.29.2
|
||||
current_version = 0.30.0
|
||||
commit = False
|
||||
|
||||
[bumpversion:file:setup.py]
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 0.30.0
|
||||
Low-Code CDK: duration macro added
|
||||
|
||||
## 0.29.2
|
||||
support python3.8
|
||||
|
||||
|
||||
@@ -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.29.2
|
||||
RUN pip install --prefix=/install airbyte-cdk==0.30.0
|
||||
|
||||
# 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.29.2
|
||||
LABEL io.airbyte.version=0.30.0
|
||||
LABEL io.airbyte.name=airbyte/source-declarative-manifest
|
||||
|
||||
@@ -15,7 +15,7 @@ README = (HERE / "README.md").read_text()
|
||||
|
||||
setup(
|
||||
name="airbyte-cdk",
|
||||
version="0.29.2",
|
||||
version="0.30.0",
|
||||
description="A framework for writing Airbyte Connectors.",
|
||||
long_description=README,
|
||||
long_description_content_type="text/markdown",
|
||||
|
||||
Reference in New Issue
Block a user