Skip to content

Commit

Permalink
Merge pull request #48 from dbt-labs/basic-v1-compat
Browse files Browse the repository at this point in the history
Change python version, add upper dbt version bound, add changelog
  • Loading branch information
joellabes authored Dec 3, 2021
2 parents 89dfc5d + 4797bf1 commit fd42260
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# redshift v0.5.1
🚨 This is a compatibility release in preparation for `dbt-core` v1.0.0 (🎉). Projects using this version with `dbt-core` v1.0.x can expect to see a deprecation warning. This will be resolved in the next minor release.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ machine:

python:
version:
3.6.1
3.9.9

dependencies:
pre:
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'redshift'
version: '0.5.0'
config-version: 2

require-dbt-version: [">=0.17.0"]
require-dbt-version: [">=0.17.0", "<1.1.0"]

source-paths: ["models"]
macro-paths: ["macros"]
Expand Down

0 comments on commit fd42260

Please sign in to comment.