Skip to content

Commit 3292a2e

Browse files
authored
🐙 source-fastbill: run up-to-date pipeline [2024-08-03] (#43112)
1 parent 53620a2 commit 3292a2e

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ data:
77
connectorSubtype: api
88
connectorType: source
99
definitionId: eb3e9c1c-0467-4eb7-a172-5265e04ccd0a
10-
dockerImageTag: 0.2.13
10+
dockerImageTag: 0.2.14
1111
dockerRepository: airbyte/source-fastbill
1212
documentationUrl: https://docs.airbyte.com/integrations/sources/fastbill
1313
githubIssueLabel: source-fastbill

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

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

airbyte-integrations/connectors/source-fastbill/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-fastbill"
88
description = "Source implementation for Fastbill."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/fastbill.md

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ The Fastbill source connector supports the following [sync modes](https://docs.a
6464

6565
| Version | Date | Pull Request | Subject |
6666
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------ |
67+
| 0.2.14 | 2024-08-03 | [43112](https://github.com/airbytehq/airbyte/pull/43112) | Update dependencies |
6768
| 0.2.13 | 2024-07-27 | [42722](https://github.com/airbytehq/airbyte/pull/42722) | Update dependencies |
6869
| 0.2.12 | 2024-07-20 | [42179](https://github.com/airbytehq/airbyte/pull/42179) | Update dependencies |
6970
| 0.2.11 | 2024-07-13 | [41755](https://github.com/airbytehq/airbyte/pull/41755) | Update dependencies |

0 commit comments

Comments
 (0)