Skip to content

Commit

Permalink
馃 Bump minor version of Python CDK
Browse files Browse the repository at this point in the history
  • Loading branch information
girarda authored and octavia-squidington-iii committed Mar 6, 2024
1 parent 5f48da9 commit 67c918b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion airbyte-cdk/python/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.67.3
current_version = 0.68.0
commit = False

[bumpversion:file:setup.py]
Expand Down
3 changes: 3 additions & 0 deletions airbyte-cdk/python/CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

## 0.68.0
low-code: Allow page size to be defined with string interpolation

## 0.67.3
CDK: upgrade pyarrow

Expand Down
4 changes: 2 additions & 2 deletions airbyte-cdk/python/Dockerfile
Expand Up @@ -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.67.3
RUN pip install --prefix=/install airbyte-cdk==0.68.0

# build a clean environment
FROM base
Expand All @@ -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.67.3
LABEL io.airbyte.version=0.68.0
LABEL io.airbyte.name=airbyte/source-declarative-manifest
2 changes: 1 addition & 1 deletion airbyte-cdk/python/setup.py
Expand Up @@ -36,7 +36,7 @@
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.67.3",
version="0.68.0",
description="A framework for writing Airbyte Connectors.",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 67c918b

Please sign in to comment.