Skip to content

Commit 31f9e32

Browse files
authored
🐙 destination-timeplus: run up-to-date pipeline [2024-08-31] (#45020)
1 parent 4ba58de commit 31f9e32

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: database
33
connectorType: destination
44
definitionId: f70a8ece-351e-4790-b37b-cb790bcd6d54
5-
dockerImageTag: 0.1.17
5+
dockerImageTag: 0.1.18
66
dockerRepository: airbyte/destination-timeplus
77
githubIssueLabel: destination-timeplus
88
icon: timeplus.svg

airbyte-integrations/connectors/destination-timeplus/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/destination-timeplus/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.17"
6+
version = "0.1.18"
77
name = "destination-timeplus"
88
description = "Destination implementation for Timeplus."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/destinations/timeplus.md

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ You'll need the following information to configure the Timeplus destination:
4141

4242
| Version | Date | Pull Request | Subject |
4343
|:--------| :--------- | :-------------------------------------------------------- | :------------------- |
44+
| 0.1.18 | 2024-08-31 | [45020](https://github.com/airbytehq/airbyte/pull/45020) | Update dependencies |
4445
| 0.1.17 | 2024-08-24 | [44707](https://github.com/airbytehq/airbyte/pull/44707) | Update dependencies |
4546
| 0.1.16 | 2024-08-22 | [44530](https://github.com/airbytehq/airbyte/pull/44530) | Update test dependencies |
4647
| 0.1.15 | 2024-08-17 | [44363](https://github.com/airbytehq/airbyte/pull/44363) | Update dependencies |

0 commit comments

Comments
 (0)