Skip to content

Commit

Permalink
Merge pull request #344 from duckdb/jwills_v172
Browse files Browse the repository at this point in the history
Prep for 1.7.2 release
  • Loading branch information
jwills committed Feb 22, 2024
2 parents b1938e2 + 93d9a05 commit 998676e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This project is hosted on PyPI, so you should be able to install it and the nece

`pip3 install dbt-duckdb`

The latest supported version targets `dbt-core` 1.7.x and `duckdb` version 0.9.x, but we work hard to ensure that newer
The latest supported version targets `dbt-core` 1.7.x and `duckdb` version 0.10.x, but we work hard to ensure that newer
versions of DuckDB will continue to work with the adapter as they are released. If you would like to use our new (and experimental!)
support for persisting the tables that DuckDB creates to the [AWS Glue Catalog](https://aws.amazon.com/glue/), you should install
`dbt-duckdb[glue]` in order to get the AWS dependencies as well.
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/duckdb/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.7.0"
version = "1.7.2"

0 comments on commit 998676e

Please sign in to comment.