Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prep for v0.21.0 release #840

Merged
merged 1 commit into from
Sep 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@

## Next Release

## 0.21.0

### Updates

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

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

## 0.20.5

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():