Skip to content

Commit 6be0d4b

Browse files
committed
Bumps up sql to version 0.10.18dev
1 parent cab31ea commit 6be0d4b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CHANGELOG
22

3+
## 0.10.18dev
4+
35
## 0.10.17 (2025-01-08)
46

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

src/sql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from sql.magic import load_ipython_extension
22

33

4-
__version__ = "0.10.17"
4+
__version__ = "0.10.18dev"
55

66

77
__all__ = ["load_ipython_extension"]

0 commit comments

Comments
 (0)