Skip to content

Commit

Permalink
Merge pull request #694 from jupyterlab/update-to-v4.0.5
Browse files Browse the repository at this point in the history
Update to JupyterLab v4.0.5
  • Loading branch information
mbektas authored Aug 18, 2023
2 parents bda27b2 + ec03a52 commit 0b44746
Show file tree
Hide file tree
Showing 6 changed files with 189 additions and 159 deletions.
112 changes: 61 additions & 51 deletions env_installer/conda-linux-64.lock

Large diffs are not rendered by default.

112 changes: 61 additions & 51 deletions env_installer/conda-osx-64.lock

Large diffs are not rendered by default.

118 changes: 64 additions & 54 deletions env_installer/conda-win-64.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion env_installer/jlab_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
dependencies:
- conda
- ipywidgets >= 8.0.1
- jupyterlab 4.0.2
- jupyterlab 4.0.5
- ipympl >= 0.8.2
- matplotlib-base
- numpy
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-desktop",
"version": "4.0.2-1",
"version": "4.0.5-1",
"description": "JupyterLab Desktop",
"main": "./build/out/main/main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# github_url = "https://github.com/jupyterlab/jupyterlab-desktop/"

[version]
current = "4.0.2-1"
current = "4.0.5-1"

regex = '''
(?P<major>\d+)
Expand Down

0 comments on commit 0b44746

Please sign in to comment.