Skip to content

Commit ef01855

Browse files
authored
πŸ™ destination-google-sheets: run up-to-date pipeline [2024-08-03] (#43066)
1 parent b45f0bc commit ef01855

File tree

4 files changed

+21
-20
lines changed

4 files changed

+21
-20
lines changed

β€Žairbyte-integrations/connectors/destination-google-sheets/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: api
33
connectorType: destination
44
definitionId: a4cbd2d1-8dbe-4818-b8bc-b90ad782d12a
5-
dockerImageTag: 0.2.15
5+
dockerImageTag: 0.2.16
66
dockerRepository: airbyte/destination-google-sheets
77
githubIssueLabel: destination-google-sheets
88
icon: google-sheets.svg

β€Žairbyte-integrations/connectors/destination-google-sheets/poetry.lock

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

β€Žairbyte-integrations/connectors/destination-google-sheets/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.15"
6+
version = "0.2.16"
77
name = "destination-google-sheets"
88
description = "Destination implementation for Google Sheets."
99
authors = [ "Airbyte <[email protected]>",]

β€Ždocs/integrations/destinations/google-sheets.md

+1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ EXAMPLE:
155155

156156
| Version | Date | Pull Request | Subject |
157157
| ------- | ---------- | -------------------------------------------------------- | ---------------------------------------------------------- |
158+
| 0.2.16 | 2024-08-03 | [43066](https://github.com/airbytehq/airbyte/pull/43066) | Update dependencies |
158159
| 0.2.15 | 2024-07-27 | [42819](https://github.com/airbytehq/airbyte/pull/42819) | Update dependencies |
159160
| 0.2.14 | 2024-07-20 | [42368](https://github.com/airbytehq/airbyte/pull/42368) | Update dependencies |
160161
| 0.2.13 | 2024-07-13 | [41721](https://github.com/airbytehq/airbyte/pull/41721) | Update dependencies |

0 commit comments

Comments
Β (0)