We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29f335 commit 280ae63Copy full SHA for 280ae63
4 files changed
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## NEXT RELEASE
4
5
+## 0.19.2
6
+
7
### Bug Fixes
8
9
* Pins `ipython<8.0.0` because of breaking changes. Thanks @utkarshgupta137
autovizwidget/autovizwidget/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.19.1"
+__version__ = "0.19.2"
hdijupyterutils/hdijupyterutils/__init__.py
sparkmagic/sparkmagic/__init__.py
@@ -1,4 +1,4 @@
from sparkmagic.serverextension.handlers import load_jupyter_server_extension
0 commit comments