Skip to content

Commit 353e251

Browse files
authored
🐙 source-callrail: run up-to-date pipeline [2024-08-17] (#44240)
1 parent 7c5707f commit 353e251

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

airbyte-integrations/connectors/source-callrail/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: api
33
connectorType: source
44
definitionId: dc98a6ad-2dd1-47b6-9529-2ec35820f9c6
5-
dockerImageTag: 0.1.13
5+
dockerImageTag: 0.1.14
66
dockerRepository: airbyte/source-callrail
77
githubIssueLabel: source-callrail
88
icon: callrail.svg

airbyte-integrations/connectors/source-callrail/poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/source-callrail/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "0.1.13"
6+
version = "0.1.14"
77
name = "source-callrail"
88
description = "Source implementation for Callrail."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/callrail.md

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ This Source is capable of syncing the following core Streams:
3737

3838
| Version | Date | Pull Request | Subject |
3939
| :------ | :--------- | :------------------------------------------------------- | :---------------------- |
40+
| 0.1.14 | 2024-08-17 | [44240](https://github.com/airbytehq/airbyte/pull/44240) | Update dependencies |
4041
| 0.1.13 | 2024-08-12 | [43796](https://github.com/airbytehq/airbyte/pull/43796) | Update dependencies |
4142
| 0.1.12 | 2024-08-10 | [43705](https://github.com/airbytehq/airbyte/pull/43705) | Update dependencies |
4243
| 0.1.11 | 2024-08-03 | [43173](https://github.com/airbytehq/airbyte/pull/43173) | Update dependencies |

0 commit comments

Comments
 (0)