Skip to content

Commit c05815a

Browse files
authored
🐙 source-persistiq: run up-to-date pipeline [2024-08-03] (#43104)
1 parent 27f3795 commit c05815a

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ data:
1616
connectorSubtype: api
1717
connectorType: source
1818
definitionId: 3052c77e-8b91-47e2-97a0-a29a22794b4b
19-
dockerImageTag: 0.2.11
19+
dockerImageTag: 0.2.12
2020
dockerRepository: airbyte/source-persistiq
2121
githubIssueLabel: source-persistiq
2222
icon: persistiq.svg

airbyte-integrations/connectors/source-persistiq/poetry.lock

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

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

docs/integrations/sources/persistiq.md

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Please read [How to find your API key](https://apidocs.persistiq.com/#introducti
4343

4444
| Version | Date | Pull Request | Subject |
4545
|:--------|:-----------|:---------------------------------------------------------|:---------------------------------------|
46+
| 0.2.12 | 2024-08-03 | [43104](https://github.com/airbytehq/airbyte/pull/43104) | Update dependencies |
4647
| 0.2.11 | 2024-07-27 | [42661](https://github.com/airbytehq/airbyte/pull/42661) | Update dependencies |
4748
| 0.2.10 | 2024-07-20 | [42374](https://github.com/airbytehq/airbyte/pull/42374) | Update dependencies |
4849
| 0.2.9 | 2024-07-13 | [41715](https://github.com/airbytehq/airbyte/pull/41715) | Update dependencies |

0 commit comments

Comments
 (0)