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
clnoll authored and octavia-squidington-iii committed Jan 30, 2024
1 parent eb31e4d commit acd26ac
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion airbyte-cdk/python/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.59.2
current_version = 0.60.0
commit = False

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

## 0.60.0
File-based CDK: run full refresh syncs with concurrency

## 0.59.2
Fix CCDK overlapping message due to print in entrypoint

Expand Down
2 changes: 1 addition & 1 deletion airbyte-cdk/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.59.2
LABEL io.airbyte.version=0.60.0
LABEL io.airbyte.name=airbyte/source-declarative-manifest
2 changes: 1 addition & 1 deletion airbyte-cdk/python/setup.py
Original file line number Diff line number Diff line change
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.59.2",
version="0.60.0",
description="A framework for writing Airbyte Connectors.",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit acd26ac

Please sign in to comment.