Skip to content

Commit 992fe99

Browse files
authored
🐙 source-todoist: run up-to-date pipeline [2024-08-17] (#44255)
1 parent 49b506e commit 992fe99

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ data:
1919
connectorSubtype: api
2020
connectorType: source
2121
definitionId: 1a3d38e4-dc6b-4154-b56b-582f9e978ecd
22-
dockerImageTag: 0.2.16
22+
dockerImageTag: 0.2.17
2323
dockerRepository: airbyte/source-todoist
2424
githubIssueLabel: source-todoist
2525
icon: todoist.svg

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

docs/integrations/sources/todoist.md

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ List of available streams:
4646

4747
| Version | Date | Pull Request | Subject |
4848
| :------ | :--------- | :------------------------------------------------------- | :--------------------------------------------------------- |
49+
| 0.2.17 | 2024-08-17 | [44255](https://github.com/airbytehq/airbyte/pull/44255) | Update dependencies |
4950
| 0.2.16 | 2024-08-12 | [43926](https://github.com/airbytehq/airbyte/pull/43926) | Update dependencies |
5051
| 0.2.15 | 2024-08-10 | [43669](https://github.com/airbytehq/airbyte/pull/43669) | Update dependencies |
5152
| 0.2.14 | 2024-08-03 | [43209](https://github.com/airbytehq/airbyte/pull/43209) | Update dependencies |

0 commit comments

Comments
 (0)