🤖 Bump minor version of Airbyte CDK
This commit is contained in:
committed by
Octavia Squidington III
parent
1c482ee339
commit
196a1401de
@@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 0.28.1
|
||||
current_version = 0.29.0
|
||||
commit = False
|
||||
|
||||
[bumpversion:file:setup.py]
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user