Skip to content

Commit 2e4c2a2

Browse files
committed
v0.20.0
1 parent b5246e8 commit 2e4c2a2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Changelog
22

3-
## NEXT RELEASE
3+
## 0.20.0
44

55
### Updates
66

77
* Officially drop support for Python 3.6. Sparkmagic will not guarantee Python 3.6 compatibility moving forward.
88
* Re-format all code with [`black`](https://black.readthedocs.io/en/stable/index.html) and validate via CI
99

10-
1110
### Bug Fixes
1211

1312
* Fixed, simplified, and sped up the sparkmagic Docker images for local development and testing
1413
* Adds support for `ipython>=8`
14+
* Adds support for `ipykernel>=6`
1515

1616
## 0.19.2
1717

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.19.2"
1+
__version__ = "0.20.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.19.2"
1+
__version__ = "0.20.0"

sparkmagic/sparkmagic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.19.2"
1+
__version__ = "0.20.0"
22

33
from sparkmagic.serverextension.handlers import load_jupyter_server_extension
44

0 commit comments

Comments
 (0)