We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5c60f commit 5008656Copy full SHA for 5008656
4 files changed
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Next Release
4
5
+## 0.20.4
6
+
7
### Bug Fixes
8
- Support non ASCII characters in `%%pretty` output
9
autovizwidget/autovizwidget/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.20.3"
+__version__ = "0.20.4"
hdijupyterutils/hdijupyterutils/__init__.py
sparkmagic/sparkmagic/__init__.py
@@ -1,4 +1,4 @@
from sparkmagic.serverextension.handlers import load_jupyter_server_extension
0 commit comments