Skip to content

Commit b5a2296

Browse files
authored
🐙 source-tempo: run up-to-date pipeline [2024-08-12] (#43843)
1 parent e6231b7 commit b5a2296

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ data:
88
connectorSubtype: api
99
connectorType: source
1010
definitionId: d1aa448b-7c54-498e-ad95-263cbebcd2db
11-
dockerImageTag: 0.3.13
11+
dockerImageTag: 0.3.14
1212
dockerRepository: airbyte/source-tempo
1313
documentationUrl: https://docs.airbyte.com/integrations/sources/tempo
1414
githubIssueLabel: source-tempo

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

docs/integrations/sources/tempo.md

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ If there are more endpoints you'd like Airbyte to support, please [create an iss
4949

5050
| Version | Date | Pull Request | Subject |
5151
| :------ | :--------- | :------------------------------------------------------- | :-------------------------------------------------------- |
52+
| 0.3.14 | 2024-08-12 | [43843](https://github.com/airbytehq/airbyte/pull/43843) | Update dependencies |
5253
| 0.3.13 | 2024-08-10 | [43466](https://github.com/airbytehq/airbyte/pull/43466) | Update dependencies |
5354
| 0.3.12 | 2024-08-03 | [43152](https://github.com/airbytehq/airbyte/pull/43152) | Update dependencies |
5455
| 0.3.11 | 2024-07-27 | [42778](https://github.com/airbytehq/airbyte/pull/42778) | Update dependencies |

0 commit comments

Comments
 (0)