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

Commit a6b7d7b

Browse files
committed
build 0.4.2
1 parent 80fb8bb commit a6b7d7b

File tree

6 files changed

+5
-4
lines changed

6 files changed

+5
-4
lines changed

‎CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
All notable changes to `jupyter-dash` will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

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

1011
## 0.4.1 - 2022-02-16
1112
### Fixed

‎extensions/jupyterlab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-dash",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "A JupyterLab extensions for rendering Plotly Dash apps",
55
"keywords": [
66
"jupyter",
Binary file not shown.
Binary file not shown.

‎jupyter_dash/labextension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-dash",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "A JupyterLab extensions for rendering Plotly Dash apps",
55
"keywords": [
66
"jupyter",

‎jupyter_dash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.1"
1+
__version__ = "0.4.2"

0 commit comments

Comments
 (0)