diff --git a/CHANGELOG.md b/CHANGELOG.md index 153c5407a..8e532cb15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/src/sql/__init__.py b/src/sql/__init__.py index 930bbbcdd..0f7b37951 100644 --- a/src/sql/__init__.py +++ b/src/sql/__init__.py @@ -1,7 +1,7 @@ from sql.magic import load_ipython_extension -__version__ = "0.10.17" +__version__ = "0.10.18dev" __all__ = ["load_ipython_extension"]