diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5fc533a1b..041aaa3f1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.5.5 +current_version = 1.5.6 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.5.6.md b/.changes/1.5.6.md new file mode 100644 index 000000000..88b9d2cb1 --- /dev/null +++ b/.changes/1.5.6.md @@ -0,0 +1,5 @@ +## dbt-redshift 1.5.6 - June 22, 2023 + +### Breaking Changes + +- Drop support for python 3.7 ([#dbt-core/7082](https://github.com/dbt-labs/dbt-redshift/issues/dbt-core/7082)) diff --git a/.changes/unreleased/Breaking Changes-20230530-165542.yaml b/.changes/unreleased/Breaking Changes-20230530-165542.yaml deleted file mode 100644 index 68b4bfdda..000000000 --- a/.changes/unreleased/Breaking Changes-20230530-165542.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Breaking Changes -body: Drop support for python 3.7 -time: 2023-05-30T16:55:42.393416-04:00 -custom: - Author: mikealfare - Issue: dbt-core/7082 diff --git a/CHANGELOG.md b/CHANGELOG.md index a0650ab60..78ece1e4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ - "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version. - Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie). For details on how to document a change, see [the contributing guide](https://github.com/dbt-labs/dbt-redshift/blob/main/CONTRIBUTING.md#adding-changelog-entry) +## dbt-redshift 1.5.6 - June 22, 2023 + +### Breaking Changes + +- Drop support for python 3.7 ([#dbt-core/7082](https://github.com/dbt-labs/dbt-redshift/issues/dbt-core/7082)) + + + ## dbt-redshift 1.5.5 - June 15, 2023 ### Breaking Changes @@ -22,7 +30,6 @@ ### Contributors - [@dataders](https://github.com/dataders) ([#492](https://github.com/dbt-labs/dbt-redshift/issues/492)) - ## dbt-redshift 1.5.4 - June 05, 2023 ### Breaking Changes diff --git a/dbt/adapters/redshift/__version__.py b/dbt/adapters/redshift/__version__.py index 7f07abf9a..f8ec07704 100644 --- a/dbt/adapters/redshift/__version__.py +++ b/dbt/adapters/redshift/__version__.py @@ -1 +1 @@ -version = "1.5.5" +version = "1.5.6"