1
0
mirror of synced 2026-01-07 18:06:03 -05:00

Make documentation_url optional in a declarative connector spec (#21347)

* Make documentation_url optional in a declarative connector spec

* simplify if statement

* bump patch version of cdk

* Revert "bump patch version of cdk"

This reverts commit 1854bf3be1.

* 🤖 Bump patch version of Airbyte CDK

* Revert "🤖 Bump patch version of Airbyte CDK"

This reverts commit 85d5a989e2.

* 🤖 Bump patch version of Airbyte CDK

Co-authored-by: lmossman <lmossman@users.noreply.github.com>
This commit is contained in:
Lake Mossman
2023-01-12 14:23:04 -08:00
committed by GitHub
parent 80f3c4e28c
commit 63ff3d75b4
6 changed files with 15 additions and 10 deletions

View File

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