From 181fcc3965e7c5d581bde94b85ca4bd9c4466d25 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Wed, 8 Jul 2020 16:12:55 +0000 Subject: [PATCH] Release dbt v0.17.1rc4 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 3 + core/dbt/version.py | 2 +- core/setup.py | 2 +- .../requirements/requirements.0.17.1rc4.txt | 64 +++++++++++++++++++ .../dbt/adapters/bigquery/__version__.py | 2 +- plugins/bigquery/setup.py | 2 +- .../dbt/adapters/postgres/__version__.py | 2 +- plugins/postgres/setup.py | 2 +- .../dbt/adapters/redshift/__version__.py | 2 +- plugins/redshift/setup.py | 2 +- .../dbt/adapters/snowflake/__version__.py | 2 +- plugins/snowflake/setup.py | 2 +- setup.py | 2 +- 14 files changed, 79 insertions(+), 12 deletions(-) create mode 100644 docker/requirements/requirements.0.17.1rc4.txt diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 42da93b168d..a65da0e2280 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.17.1rc3 +current_version = 0.17.1rc4 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e3919bd708..1e30fcff7fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## dbt 0.17.1 (Release TBD) +## dbt 0.17.1rc4 (July 08, 2020) + + ### Fixes - dbt native rendering now requires an opt-in with the `as_native` filter. Added `as_bool` and `as_number` filters, which are like `as_native` but also type-check. ([#2612](https://github.com/fishtown-analytics/dbt/issues/2612), [#2618](https://github.com/fishtown-analytics/dbt/pull/2618)) diff --git a/core/dbt/version.py b/core/dbt/version.py index 5263137810a..c16a8e5d99e 100644 --- a/core/dbt/version.py +++ b/core/dbt/version.py @@ -96,5 +96,5 @@ def _get_dbt_plugins_info(): yield plugin_name, mod.version -__version__ = '0.17.1rc3' +__version__ = '0.17.1rc4' installed = get_installed_version() diff --git a/core/setup.py b/core/setup.py index 7fb9a418888..8f1db6cb5b0 100644 --- a/core/setup.py +++ b/core/setup.py @@ -18,7 +18,7 @@ def read(fname): package_name = "dbt-core" -package_version = "0.17.1rc3" +package_version = "0.17.1rc4" description = """dbt (data build tool) is a command line tool that helps \ analysts and engineers transform data in their warehouse more effectively""" diff --git a/docker/requirements/requirements.0.17.1rc4.txt b/docker/requirements/requirements.0.17.1rc4.txt new file mode 100644 index 00000000000..58c730e2d93 --- /dev/null +++ b/docker/requirements/requirements.0.17.1rc4.txt @@ -0,0 +1,64 @@ +agate==1.6.1 +asn1crypto==1.3.0 +attrs==19.3.0 +azure-common==1.1.25 +azure-storage-blob==2.1.0 +azure-storage-common==2.1.0 +Babel==2.8.0 +boto3==1.11.17 +botocore==1.14.17 +cachetools==4.1.1 +certifi==2020.6.20 +cffi==1.13.2 +chardet==3.0.4 +colorama==0.4.3 +cryptography==2.9.2 +decorator==4.4.2 +docutils==0.15.2 +google-api-core==1.16.0 +google-auth==1.18.0 +google-cloud-bigquery==1.24.0 +google-cloud-core==1.3.0 +google-resumable-media==0.5.1 +googleapis-common-protos==1.6.0 +hologram==0.0.7 +idna==2.8 +ijson==2.6.1 +importlib-metadata==1.7.0 +isodate==0.6.0 +Jinja2==2.11.2 +jmespath==0.10.0 +json-rpc==1.13.0 +jsonschema==3.1.1 +leather==0.3.3 +Logbook==1.5.3 +MarkupSafe==1.1.1 +minimal-snowplow-tracker==0.0.2 +networkx==2.4 +oscrypto==1.2.0 +parsedatetime==2.6 +protobuf==3.11.3 +psycopg2-binary==2.8.5 +pyasn1==0.4.8 +pyasn1-modules==0.2.8 +pycparser==2.20 +pycryptodomex==3.9.8 +PyJWT==1.7.1 +pyOpenSSL==19.1.0 +pyrsistent==0.16.0 +python-dateutil==2.8.1 +python-slugify==4.0.1 +pytimeparse==1.1.8 +pytz==2020.1 +PyYAML==5.3.1 +requests==2.22.0 +rsa==4.6 +s3transfer==0.3.3 +six==1.15.0 +snowflake-connector-python==2.2.1 +sqlparse==0.3.1 +text-unidecode==1.3 +typing-extensions==3.7.4.2 +urllib3==1.25.9 +Werkzeug==0.16.1 +zipp==3.1.0 diff --git a/plugins/bigquery/dbt/adapters/bigquery/__version__.py b/plugins/bigquery/dbt/adapters/bigquery/__version__.py index c8cc5340040..c8e29143d45 100644 --- a/plugins/bigquery/dbt/adapters/bigquery/__version__.py +++ b/plugins/bigquery/dbt/adapters/bigquery/__version__.py @@ -1 +1 @@ -version = '0.17.1rc3' +version = '0.17.1rc4' diff --git a/plugins/bigquery/setup.py b/plugins/bigquery/setup.py index b154a1deafd..09977e44f8e 100644 --- a/plugins/bigquery/setup.py +++ b/plugins/bigquery/setup.py @@ -14,7 +14,7 @@ package_name = "dbt-bigquery" -package_version = "0.17.1rc3" +package_version = "0.17.1rc4" description = """The bigquery adapter plugin for dbt (data build tool)""" this_directory = os.path.abspath(os.path.dirname(__file__)) diff --git a/plugins/postgres/dbt/adapters/postgres/__version__.py b/plugins/postgres/dbt/adapters/postgres/__version__.py index c8cc5340040..c8e29143d45 100644 --- a/plugins/postgres/dbt/adapters/postgres/__version__.py +++ b/plugins/postgres/dbt/adapters/postgres/__version__.py @@ -1 +1 @@ -version = '0.17.1rc3' +version = '0.17.1rc4' diff --git a/plugins/postgres/setup.py b/plugins/postgres/setup.py index 967a48c6a96..5e87aebff07 100644 --- a/plugins/postgres/setup.py +++ b/plugins/postgres/setup.py @@ -35,7 +35,7 @@ def _dbt_psycopg2_name(): package_name = "dbt-postgres" -package_version = "0.17.1rc3" +package_version = "0.17.1rc4" description = """The postgres adpter plugin for dbt (data build tool)""" this_directory = os.path.abspath(os.path.dirname(__file__)) diff --git a/plugins/redshift/dbt/adapters/redshift/__version__.py b/plugins/redshift/dbt/adapters/redshift/__version__.py index c8cc5340040..c8e29143d45 100644 --- a/plugins/redshift/dbt/adapters/redshift/__version__.py +++ b/plugins/redshift/dbt/adapters/redshift/__version__.py @@ -1 +1 @@ -version = '0.17.1rc3' +version = '0.17.1rc4' diff --git a/plugins/redshift/setup.py b/plugins/redshift/setup.py index ec223aed614..27cf124200b 100644 --- a/plugins/redshift/setup.py +++ b/plugins/redshift/setup.py @@ -14,7 +14,7 @@ package_name = "dbt-redshift" -package_version = "0.17.1rc3" +package_version = "0.17.1rc4" description = """The redshift adapter plugin for dbt (data build tool)""" this_directory = os.path.abspath(os.path.dirname(__file__)) diff --git a/plugins/snowflake/dbt/adapters/snowflake/__version__.py b/plugins/snowflake/dbt/adapters/snowflake/__version__.py index c8cc5340040..c8e29143d45 100644 --- a/plugins/snowflake/dbt/adapters/snowflake/__version__.py +++ b/plugins/snowflake/dbt/adapters/snowflake/__version__.py @@ -1 +1 @@ -version = '0.17.1rc3' +version = '0.17.1rc4' diff --git a/plugins/snowflake/setup.py b/plugins/snowflake/setup.py index 97b12fbcb97..9ff71090554 100644 --- a/plugins/snowflake/setup.py +++ b/plugins/snowflake/setup.py @@ -14,7 +14,7 @@ package_name = "dbt-snowflake" -package_version = "0.17.1rc3" +package_version = "0.17.1rc4" description = """The snowflake adapter plugin for dbt (data build tool)""" this_directory = os.path.abspath(os.path.dirname(__file__)) diff --git a/setup.py b/setup.py index 28e82987f78..778023bd619 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ package_name = "dbt" -package_version = "0.17.1rc3" +package_version = "0.17.1rc4" description = """With dbt, data analysts and engineers can build analytics \ the way engineers build applications."""