Skip to content

Commit

Permalink
v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devstein committed May 2, 2022
1 parent b5246e8 commit 2e4c2a2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Changelog

## NEXT RELEASE
## 0.20.0

### Updates

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


### Bug Fixes

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

## 0.19.2

Expand Down
2 changes: 1 addition & 1 deletion autovizwidget/autovizwidget/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.19.2"
__version__ = "0.20.0"
2 changes: 1 addition & 1 deletion hdijupyterutils/hdijupyterutils/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.19.2"
__version__ = "0.20.0"
2 changes: 1 addition & 1 deletion sparkmagic/sparkmagic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.19.2"
__version__ = "0.20.0"

from sparkmagic.serverextension.handlers import load_jupyter_server_extension

Expand Down

0 comments on commit 2e4c2a2

Please sign in to comment.