diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f28c94f2..79a228ad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +### [4.2.0] 2023-01-01 + +### Changed + +- Added a new Connector: [Peakina](https://github.com/ToucanToco/peakina) for files. + ### [4.1.1] 2022-12-27 ### Fixed diff --git a/poetry.lock b/poetry.lock index e63abfb7c..d1dc3ebfa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2502,7 +2502,7 @@ xmlsec = ["xmlsec (>=0.6.1)"] [extras] adobe = ["adobe-analytics"] aircall = ["bearer"] -all = ["adobe-analytics", "awswrangler", "bearer", "clickhouse-driver", "cx-Oracle", "dataiku-api-client", "elasticsearch", "facebook-sdk", "google-api-python-client", "google-cloud-bigquery", "googleads", "gspread", "lxml", "oauth2client", "oauthlib", "openpyxl", "peakina", "psycopg2", "pyarrow", "pyhdb", "PyHive", "PyJWT", "pymongo", "PyMySQL", "pyodbc", "peakina", "python-graphql-client", "redshift-connector", "requests-oauthlib", "simplejson", "snowflake-connector-python", "tctc-odata", "toucan-client", "xmltodict", "zeep"] +all = ["adobe-analytics", "awswrangler", "bearer", "clickhouse-driver", "cx-Oracle", "dataiku-api-client", "elasticsearch", "facebook-sdk", "google-api-python-client", "google-cloud-bigquery", "googleads", "gspread", "lxml", "oauth2client", "oauthlib", "openpyxl", "peakina", "psycopg2", "pyarrow", "pyhdb", "PyHive", "PyJWT", "pymongo", "PyMySQL", "pyodbc", "python-graphql-client", "redshift-connector", "requests-oauthlib", "simplejson", "snowflake-connector-python", "tctc-odata", "toucan-client", "xmltodict", "zeep"] awsathena = ["awswrangler"] azure-mssql = ["pyodbc"] clickhouse = ["clickhouse-driver"] @@ -2539,7 +2539,7 @@ toucan-toco = ["toucan-client"] [metadata] lock-version = "1.1" python-versions = ">=3.10,<3.11" -content-hash = "7f4a9135ba575fb840e9eb172e469d247c341dbe92e5d7759b0f5b47234797fe" +content-hash = "c103a8c2cc0fd1229769eb5c10b522375634125a0355b6564dd78511aeb46f1d" [metadata.files] adobe-analytics = [ diff --git a/pyproject.toml b/pyproject.toml index 34e153603..2c0bcdb4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ multi_line_output = 3 [tool.poetry] name = "toucan-connectors" -version = "4.1.1" +version = "4.2.0" description = "Toucan Toco Connectors" authors = ["Toucan Toco "] license = "BSD" diff --git a/sonar-project.properties b/sonar-project.properties index f2ba992d2..39cceb1c8 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=toucantoco # This is the name and version displayed in the SonarCloud UI. sonar.projectName=Toucan Connectors -sonar.projectVersion=4.1.1 +sonar.projectVersion=4.2.0 sonar.python.version=3.10 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.