Skip to content

Commit

Permalink
Merge pull request #676 from jupyterlab/update-to-v4.0.2
Browse files Browse the repository at this point in the history
update to jupyterlab 4.0.2
  • Loading branch information
mbektas committed Jul 5, 2023
2 parents bcd12ff + fcf4cd7 commit ed8a552
Show file tree
Hide file tree
Showing 7 changed files with 141 additions and 137 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ __pycache__
*.log

env_installer/jlab_server/
env_installer/jlab_server.tar.gz
91 changes: 46 additions & 45 deletions env_installer/conda-linux-64.lock

Large diffs are not rendered by default.

87 changes: 44 additions & 43 deletions env_installer/conda-osx-64.lock

Large diffs are not rendered by default.

93 changes: 47 additions & 46 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.1
- jupyterlab 4.0.2
- 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.1-2",
"version": "4.0.2-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.1-2"
current = "4.0.2-1"

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

0 comments on commit ed8a552

Please sign in to comment.