Skip to content

Commit 356f13c

Browse files
authored
🐙 destination-cumulio: run up-to-date pipeline [2024-08-10] (#43695)
1 parent 44aafc9 commit 356f13c

File tree

4 files changed

+61
-58
lines changed

4 files changed

+61
-58
lines changed

airbyte-integrations/connectors/destination-cumulio/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
data:
22
connectorType: destination
33
definitionId: e088acb6-9780-4568-880c-54c2dd7f431b
4-
dockerImageTag: 0.1.12
4+
dockerImageTag: 0.1.13
55
dockerRepository: airbyte/destination-cumulio
66
githubIssueLabel: destination-cumulio
77
connectorSubtype: api

airbyte-integrations/connectors/destination-cumulio/poetry.lock

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

airbyte-integrations/connectors/destination-cumulio/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.12"
6+
version = "0.1.13"
77
name = "destination-cumulio"
88
description = "Airbyte destination connector implementation for Cumul.io."
99
authors = [ "Cumul.io <[email protected]>",]

docs/integrations/destinations/cumulio.md

+1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ data less frequently** rather than _smaller amounts of data more frequently_!
161161

162162
| Version | Date | Pull Request | Subject |
163163
| :------ | :--------- | :-------------------------------------------------------- | :-------------------------------------------------- |
164+
| 0.1.13 | 2024-08-10 | [43695](https://github.com/airbytehq/airbyte/pull/43695) | Update dependencies |
164165
| 0.1.12 | 2024-08-03 | [43178](https://github.com/airbytehq/airbyte/pull/43178) | Update dependencies |
165166
| 0.1.11 | 2024-07-27 | [42780](https://github.com/airbytehq/airbyte/pull/42780) | Update dependencies |
166167
| 0.1.10 | 2024-07-20 | [42281](https://github.com/airbytehq/airbyte/pull/42281) | Update dependencies |

0 commit comments

Comments
 (0)