Skip to content

Commit

Permalink
🤖 Cut version 5.14.0 of source-declarative-manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik0 authored and octavia-squidington-iii committed Oct 18, 2024
1 parent c9670af commit 0a33fb6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ data:
connectorType: source
definitionId: 64a2f99c-542f-4af8-9a6f-355f1217b436
# This version should not be updated manually - it is updated by the CDK release workflow.
dockerImageTag: 5.13.0
dockerImageTag: 5.14.0
dockerRepository: airbyte/source-declarative-manifest
# This page is hidden from the docs for now, since the connector is not in any Airbyte registries.
documentationUrl: https://docs.airbyte.com/integrations/sources/low-code
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "5.13.0"
version = "5.14.0"
name = "source-declarative-manifest"
description = "Base source implementation for low-code sources."
authors = ["Airbyte <[email protected]>"]
Expand All @@ -17,7 +17,7 @@ include = "source_declarative_manifest"

[tool.poetry.dependencies]
python = "^3.10,<3.12"
airbyte-cdk = "5.13.0"
airbyte-cdk = "5.14.0"

[tool.poetry.scripts]
source-declarative-manifest = "source_declarative_manifest.run:run"
Expand Down

0 comments on commit 0a33fb6

Please sign in to comment.