We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e02910 commit 2e919c0Copy full SHA for 2e919c0
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## 0.11.0dev
+## 0.11.0 (2025-03-03)
4
5
* [API Change] Disabled `%sql` and `%%sql` on Databricks ([#1047](https://github.com/ploomber/jupysql/issues/1047))
6
src/sql/__init__.py
@@ -1,7 +1,7 @@
from sql.magic import load_ipython_extension
-__version__ = "0.11.0dev"
+__version__ = "0.11.0"
7
__all__ = ["load_ipython_extension"]
0 commit comments