Skip to content

Commit c3d3bfa

Browse files
committed
v0.20.5
1 parent 461283a commit c3d3bfa

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
## Next Release
44

5+
## 0.20.5
6+
57
### Bug Fixes
68
- Render the output of IPython.display.display_html as HTML
9+
- Pin to pandas<2.0.0
710

811
## 0.20.4
912

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.20.4"
1+
__version__ = "0.20.5"
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.20.4"
1+
__version__ = "0.20.5"

sparkmagic/sparkmagic/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.20.4"
1+
__version__ = "0.20.5"
22

33
from sparkmagic.serverextension.handlers import load_jupyter_server_extension
44

0 commit comments

Comments
 (0)