Skip to content

Commit 9f85142

Browse files
authored
🐙 destination-timeplus: run up-to-date pipeline [2024-09-07] (#45218)
1 parent d19e884 commit 9f85142

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
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.18
5+
dockerImageTag: 0.1.19
66
dockerRepository: airbyte/destination-timeplus
77
githubIssueLabel: destination-timeplus
88
icon: timeplus.svg

airbyte-integrations/connectors/destination-timeplus/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/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.18"
6+
version = "0.1.19"
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.19 | 2024-09-07 | [45218](https://github.com/airbytehq/airbyte/pull/45218) | Update dependencies |
4445
| 0.1.18 | 2024-08-31 | [45020](https://github.com/airbytehq/airbyte/pull/45020) | Update dependencies |
4546
| 0.1.17 | 2024-08-24 | [44707](https://github.com/airbytehq/airbyte/pull/44707) | Update dependencies |
4647
| 0.1.16 | 2024-08-22 | [44530](https://github.com/airbytehq/airbyte/pull/44530) | Update test dependencies |

0 commit comments

Comments
 (0)