From 38f9b369bf32e1e5908c1ffc4a4ba242755e28be Mon Sep 17 00:00:00 2001 From: Samira El Aabidi <54845154+Samira-El@users.noreply.github.com> Date: Mon, 20 Dec 2021 17:13:25 +0200 Subject: [PATCH] Release 1.2.0 (#59) --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27596b7..f92b386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.2.0 (2021-12-20) +------------------- +- Allow `REPEATED` fields of type `RECORD` to be created. +- bump pylint + 1.1.2 (2021-12-02) ------------------- - bump joblib to 1.1.0 to fix issue https://github.com/transferwise/pipelinewise-target-bigquery/issues/7 diff --git a/setup.py b/setup.py index df5b7d6..56a8898 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name="pipelinewise-target-bigquery", - version="1.1.2", + version="1.2.0", description="Singer.io target for loading data to BigQuery - PipelineWise compatible", long_description=long_description, long_description_content_type='text/markdown',