Skip to content

Commit

Permalink
Bumps up sql to version 0.10.18dev
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Jan 8, 2025
1 parent cab31ea commit 6be0d4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CHANGELOG

## 0.10.18dev

## 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))
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.17"
__version__ = "0.10.18dev"


__all__ = ["load_ipython_extension"]

0 comments on commit 6be0d4b

Please sign in to comment.