Skip to content

Commit dd12b63

Browse files
committed
Release 1.2.0 with Lab 3.2 components
1 parent 218f198 commit dd12b63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Quickly open a file in JupyterLab by typing part of its name
99
## Compatibility
1010

1111
- Python >=3.7.x
12-
- [JupyterLab](https://github.com/jupyterlab/jupyterlab) >=3.1,<4.0
12+
- [JupyterLab](https://github.com/jupyterlab/jupyterlab) >=3.2,<4.0
1313
- [Jupyter Server](https://github.com/jupyter/jupyter_server) >=1.6,<2.0
1414
- Configurations where notebook documents and other files reside on a filesystem local to the
1515
Jupyter Server (which is the the default), not remote storage (e.g., S3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parente/jupyterlab-quickopen",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Quickly open a file in JupyterLab by part of its name",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)