Skip to content

Commit 7e41a9b

Browse files
authored
🐙 source-rss: run up-to-date pipeline [2024-08-17] (#44257)
1 parent fb2b168 commit 7e41a9b

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ data:
2424
connectorSubtype: api
2525
connectorType: source
2626
definitionId: 0efee448-6948-49e2-b786-17db50647908
27-
dockerImageTag: 1.0.13
27+
dockerImageTag: 1.0.14
2828
dockerRepository: airbyte/source-rss
2929
githubIssueLabel: source-rss
3030
icon: rss.svg

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

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

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

docs/integrations/sources/rss.md

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ None
3838

3939
| Version | Date | Pull Request | Subject |
4040
| :------ | :--------- | :------------------------------------------------------- | :----------------------------- |
41+
| 1.0.14 | 2024-08-17 | [44257](https://github.com/airbytehq/airbyte/pull/44257) | Update dependencies |
4142
| 1.0.13 | 2024-08-12 | [43883](https://github.com/airbytehq/airbyte/pull/43883) | Update dependencies |
4243
| 1.0.12 | 2024-08-10 | [43687](https://github.com/airbytehq/airbyte/pull/43687) | Update dependencies |
4344
| 1.0.11 | 2024-08-03 | [43073](https://github.com/airbytehq/airbyte/pull/43073) | Update dependencies |

0 commit comments

Comments
 (0)