Skip to content

Commit

Permalink
sql release 0.10.17
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Jan 8, 2025
1 parent 2b7e5c2 commit cab31ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# CHANGELOG

## 0.10.17dev
## 0.10.17 (2025-01-08)

* [Feature] Disable full stack trace when using spark connect ([#1011](https://github.com/ploomber/jupysql/issues/1011)) (by [@b1ackout](https://github.com/b1ackout))


## 0.10.16 (2024-11-07)

* [Fix] Updates docs for querying data frames when using DuckDB SQLAlchemy connections
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.17dev"
__version__ = "0.10.17"


__all__ = ["load_ipython_extension"]

0 comments on commit cab31ea

Please sign in to comment.