Skip to content

Commit

Permalink
Merge pull request #840 from jupyter-incubator/devstein/prep-for-0-21…
Browse files Browse the repository at this point in the history
…-0-release

chore: prep for v0.21.0 release
  • Loading branch information
devstein committed Sep 13, 2023
2 parents a6908f7 + fc9f0a5 commit 1c5f6dd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Next Release

## 0.21.0

### Updates

- Added support for http requests session adapter configuration
Expand All @@ -12,6 +14,7 @@
### Bug Fixes

- Support `notebook>=7.0.0`
- Pin Docker.jupyter `notebook==6.5.5`

## 0.20.5

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.20.5"
__version__ = "0.21.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.20.5"
__version__ = "0.21.0"
6 changes: 4 additions & 2 deletions sparkmagic/sparkmagic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
__version__ = "0.20.5"
__version__ = "0.21.0"

from sparkmagic.serverextension.handlers import load_jupyter_server_extension
from sparkmagic.serverextension.handlers import (
load_jupyter_server_extension,
) # noqa: #501


def _jupyter_server_extension_paths():
Expand Down

0 comments on commit 1c5f6dd

Please sign in to comment.