File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
python_packages/jupyter_lsp/jupyter_lsp Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11## Changelog
22
3- ### ` @jupyter-lsp/jupyterlab-lsp 4.0.1 ` (unreleased )
3+ ### ` @jupyter-lsp/jupyterlab-lsp 4.0.1 ` (2023-03-21 )
44
55- bug fixes
66 - overrides from ` overrides.json ` are now picked up again ([ #919 ] )
77
8- ### ` jupyter-lsp 2.0.1 ` (unreleased )
8+ ### ` jupyter-lsp 2.0.1 ` (2023-03-21 )
99
1010- bug fixes:
1111 - pyright schema now includes required ` python. ` prefixes ([ #919 ] )
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-lsp/jupyterlab-lsp" ,
3- "version" : " 4.0.0 " ,
3+ "version" : " 4.0.1 " ,
44 "description" : " Language Server Protocol integration for JupyterLab" ,
55 "keywords" : [
66 " jupyter" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-lsp/jupyterlab-lsp-metapackage" ,
3- "version" : " 4.0.0 " ,
3+ "version" : " 4.0.1 " ,
44 "description" : " JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP" ,
55 "homepage" : " https://github.com/jupyter-lsp/jupyterlab-lsp" ,
66 "bugs" : {
Original file line number Diff line number Diff line change 11""" single source of truth for jupyter_lsp version
22"""
3- __version__ = "2.0.0 "
3+ __version__ = "2.0.1 "
You can’t perform that action at this time.
0 commit comments