Skip to content

Commit

Permalink
test on source-mailchimp
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed Nov 21, 2024
1 parent 55fdc63 commit 881ef6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ data:
- "*.api.mailchimp.com"
- "login.mailchimp.com"
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916
baseImage: docker.io/airbyte/python-connector-base:3.0.0-rc.1@sha256:ee046486af9ad90b1b248afe5e92846b51375a21463dff1cd377c4f06abb55b5
connectorSubtype: api
connectorType: source
definitionId: b03a9f3e-22a5-11eb-adc1-0242ac120002
dockerImageTag: 2.0.19
dockerImageTag: 2.0.20
dockerRepository: airbyte/source-mailchimp
documentationUrl: https://docs.airbyte.com/integrations/sources/mailchimp
githubIssueLabel: source-mailchimp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "2.0.19"
version = "2.0.20"
name = "source-mailchimp"
description = "Source implementation for Mailchimp."
authors = [ "Airbyte <[email protected]>",]
Expand Down

0 comments on commit 881ef6c

Please sign in to comment.