Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
build 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcjohnson committed Apr 1, 2022
1 parent 80fb8bb commit a6b7d7b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
All notable changes to `jupyter-dash` will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## 0.4.2 - 2022-03-31
### Fixed
- Fixed `werkzeug` 2.1.0 import and `skip` calculation, shutdown deprecation warning.
- Work around a partial import of `orjson` when it's installed and you use `mode="jupyterlab"`
- Fix `infer_jupyter_proxy_config` for newer jupyterlab versions

## 0.4.1 - 2022-02-16
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion extensions/jupyterlab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-dash",
"version": "0.4.1",
"version": "0.4.2",
"description": "A JupyterLab extensions for rendering Plotly Dash apps",
"keywords": [
"jupyter",
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion jupyter_dash/labextension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-dash",
"version": "0.4.1",
"version": "0.4.2",
"description": "A JupyterLab extensions for rendering Plotly Dash apps",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion jupyter_dash/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.1"
__version__ = "0.4.2"

0 comments on commit a6b7d7b

Please sign in to comment.