Skip to content

Commit 35ce98e

Browse files
authored
🐙 source-genesys: run up-to-date pipeline [2024-09-14] (#45545)
1 parent 7db5473 commit 35ce98e

File tree

4 files changed

+21
-17
lines changed

4 files changed

+21
-17
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: api
33
connectorType: source
44
definitionId: 5ea4459a-8f1a-452a-830f-a65c38cc438d
5-
dockerImageTag: 0.1.15
5+
dockerImageTag: 0.1.16
66
dockerRepository: airbyte/source-genesys
77
githubIssueLabel: source-genesys
88
icon: genesys.svg

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

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

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

docs/integrations/sources/genesys.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ You can follow the documentation on [API credentials](https://developer.genesys.
3131

3232
| Version | Date | Pull Request | Subject |
3333
| :------ | :--------- | :------------------------------------------------------- | :----------------------------- |
34+
| 0.1.16 | 2024-09-14 | [45545](https://github.com/airbytehq/airbyte/pull/45545) | Update dependencies |
3435
| 0.1.15 | 2024-09-07 | [45302](https://github.com/airbytehq/airbyte/pull/45302) | Update dependencies |
3536
| 0.1.14 | 2024-08-31 | [44963](https://github.com/airbytehq/airbyte/pull/44963) | Update dependencies |
3637
| 0.1.13 | 2024-08-24 | [44689](https://github.com/airbytehq/airbyte/pull/44689) | Update dependencies |

0 commit comments

Comments
 (0)