Skip to content

Commit

Permalink
Merge pull request #271 from duckdb/jwills_161_release
Browse files Browse the repository at this point in the history
Prep for 1.6.1 release
  • Loading branch information
jwills committed Oct 14, 2023
2 parents 1995663 + 533d8ca commit c79740e
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 @@ -334,7 +334,7 @@ any Python object that DuckDB knows how to turn into a table, including a Pandas

#### Batch processing with Python models

As of version 1.7.0, it is possible to both read and write data in chunks, which allows for larger-than-memory
As of version 1.6.1, it is possible to both read and write data in chunks, which allows for larger-than-memory
datasets to be manipulated in Python models. Here is a basic example:
```
import pyarrow as pa
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.6.0"
version = "1.6.1"

0 comments on commit c79740e

Please sign in to comment.