Skip to content

Commit f2b2a63

Browse files
authored
🐙 source-iterable: run up-to-date pipeline [2024-08-12] (#43899)
1 parent 2ac5d32 commit f2b2a63

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

airbyte-integrations/connectors/source-iterable/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: 2e875208-0c0b-4ee4-9e92-1cb3156ea799
13-
dockerImageTag: 0.6.4
13+
dockerImageTag: 0.6.5
1414
dockerRepository: airbyte/source-iterable
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/iterable
1616
githubIssueLabel: source-iterable

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

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

airbyte-integrations/connectors/source-iterable/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.6.4"
6+
version = "0.6.5"
77
name = "source-iterable"
88
description = "Source implementation for Iterable."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/iterable.md

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ The Iterable source connector supports the following [sync modes](https://docs.a
8383

8484
| Version | Date | Pull Request | Subject |
8585
|:--------|:-----------|:---------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
86+
| 0.6.5 | 2024-08-12 | [43899](https://github.com/airbytehq/airbyte/pull/43899) | Update dependencies |
8687
| 0.6.4 | 2024-08-10 | [43527](https://github.com/airbytehq/airbyte/pull/43527) | Update dependencies |
8788
| 0.6.3 | 2024-08-03 | [43142](https://github.com/airbytehq/airbyte/pull/43142) | Update dependencies |
8889
| 0.6.2 | 2024-07-27 | [42653](https://github.com/airbytehq/airbyte/pull/42653) | Update dependencies |

0 commit comments

Comments
 (0)