Skip to content

Commit a0bdf17

Browse files
authored
🐙 source-shortio: run up-to-date pipeline [2024-08-12] (#43852)
1 parent e0b3fe4 commit a0bdf17

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ data:
1717
connectorSubtype: api
1818
connectorType: source
1919
definitionId: 2fed2292-5586-480c-af92-9944e39fe12d
20-
dockerImageTag: 0.2.12
20+
dockerImageTag: 0.2.13
2121
dockerRepository: airbyte/source-shortio
2222
githubIssueLabel: source-shortio
2323
icon: shortio.svg

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

docs/integrations/sources/shortio.md

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ This Source is capable of syncing the following Streams:
4444

4545
| Version | Date | Pull Request | Subject |
4646
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------ |
47+
| 0.2.13 | 2024-08-12 | [43852](https://github.com/airbytehq/airbyte/pull/43852) | Update dependencies |
4748
| 0.2.12 | 2024-08-10 | [43602](https://github.com/airbytehq/airbyte/pull/43602) | Update dependencies |
4849
| 0.2.11 | 2024-08-03 | [43167](https://github.com/airbytehq/airbyte/pull/43167) | Update dependencies |
4950
| 0.2.10 | 2024-07-27 | [42750](https://github.com/airbytehq/airbyte/pull/42750) | Update dependencies |

0 commit comments

Comments
 (0)