1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🤖 Bump minor version of Airbyte CDK

This commit is contained in:
brianjlai
2023-02-16 03:51:45 +00:00
committed by Octavia Squidington III
parent 1c482ee339
commit 196a1401de
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.28.1
current_version = 0.29.0
commit = False
[bumpversion:file:setup.py]

View File

@@ -1,5 +1,8 @@
# Changelog
## 0.29.0
Low-code language breaking changes for beta
## 0.28.1
Low-Code CDK: fix signature _parse_records_and_emit_request_and_responses

View File

@@ -15,7 +15,7 @@ README = (HERE / "README.md").read_text()
setup(
name="airbyte-cdk",
version="0.28.1",
version="0.29.0",
description="A framework for writing Airbyte Connectors.",
long_description=README,
long_description_content_type="text/markdown",