Skip to content

Commit ef698aa

Browse files
authored
🐙 source-zenloop: run up-to-date pipeline [2024-08-31] (#45044)
1 parent 5a75ee3 commit ef698aa

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
connectorSubtype: api
1111
connectorType: source
1212
definitionId: f1e4c7f6-db5c-4035-981f-d35ab4998794
13-
dockerImageTag: 0.1.27
13+
dockerImageTag: 0.1.28
1414
dockerRepository: airbyte/source-zenloop
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/zenloop
1616
githubIssueLabel: source-zenloop

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

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

airbyte-integrations/connectors/source-zenloop/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.27"
6+
version = "0.1.28"
77
name = "source-zenloop"
88
description = "Source implementation for Zenloop."
99
authors = [ "Alexander Batoulis <[email protected]>",]

docs/integrations/sources/zenloop.md

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ The Zenloop connector should not run into Zenloop API limitations under normal u
7777

7878
| Version | Date | Pull Request | Subject |
7979
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------ |
80+
| 0.1.28 | 2024-08-31 | [45044](https://github.com/airbytehq/airbyte/pull/45044) | Update dependencies |
8081
| 0.1.27 | 2024-08-24 | [44680](https://github.com/airbytehq/airbyte/pull/44680) | Update dependencies |
8182
| 0.1.26 | 2024-08-17 | [44334](https://github.com/airbytehq/airbyte/pull/44334) | Update dependencies |
8283
| 0.1.25 | 2024-08-10 | [43647](https://github.com/airbytehq/airbyte/pull/43647) | Update dependencies |

0 commit comments

Comments
 (0)