Skip to content

Commit

Permalink
v0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devstein committed Jan 1, 2023
1 parent 796904f commit 0c53e20
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

## Next Release

## 0.20.2

### Updates
* Add official support for Python 3.10 and 3.11
* Migrate from nose to pytest for tests
* Add Poetry as an option for local development

### Bug Fixes
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.1"
__version__ = "0.20.2"
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.1"
__version__ = "0.20.2"
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.20.1"
__version__ = "0.20.2"

from sparkmagic.serverextension.handlers import load_jupyter_server_extension

Expand Down

0 comments on commit 0c53e20

Please sign in to comment.