We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e97aa commit 882bd99Copy full SHA for 882bd99
4 files changed
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## Next Release
4
5
+## 0.20.3
6
+
7
+### Bug Fixes
8
+* Fix package install
9
10
## 0.20.2
11
12
### Updates
autovizwidget/autovizwidget/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.20.2"
+__version__ = "0.20.3"
hdijupyterutils/hdijupyterutils/__init__.py
sparkmagic/sparkmagic/__init__.py
@@ -1,4 +1,4 @@
from sparkmagic.serverextension.handlers import load_jupyter_server_extension
0 commit comments