Skip to content

Commit 7d5aaa4

Browse files
authored
🐙 source-persistiq: run up-to-date pipeline [2024-08-12] (#43737)
1 parent 8755a7e commit 7d5aaa4

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
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.13
19+
dockerImageTag: 0.2.14
2020
dockerRepository: airbyte/source-persistiq
2121
githubIssueLabel: source-persistiq
2222
icon: persistiq.svg

airbyte-integrations/connectors/source-persistiq/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-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.13"
6+
version = "0.2.14"
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.14 | 2024-08-12 | [43737](https://github.com/airbytehq/airbyte/pull/43737) | Update dependencies |
4647
| 0.2.13 | 2024-08-10 | [43656](https://github.com/airbytehq/airbyte/pull/43656) | Update dependencies |
4748
| 0.2.12 | 2024-08-03 | [43104](https://github.com/airbytehq/airbyte/pull/43104) | Update dependencies |
4849
| 0.2.11 | 2024-07-27 | [42661](https://github.com/airbytehq/airbyte/pull/42661) | Update dependencies |

0 commit comments

Comments
 (0)