Skip to content

Commit

Permalink
sql release 0.10.16
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Nov 7, 2024
1 parent a67bae0 commit 29f467f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## 0.10.16dev
## 0.10.16 (2024-11-07)

* [Fix] Updates docs for querying data frames when using DuckDB SQLAlchemy connections
* [Fix] Support for scanning data frames when using native DuckDB connections due to changes in DuckDB's API
Expand Down
2 changes: 1 addition & 1 deletion src/sql/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from sql.magic import load_ipython_extension


__version__ = "0.10.16dev"
__version__ = "0.10.16"


__all__ = ["load_ipython_extension"]

0 comments on commit 29f467f

Please sign in to comment.