Skip to content

Commit 37f130f

Browse files
committed
Publish beta
1 parent 5a19c2d commit 37f130f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pr:
1111
variables:
1212
PYTHONUNBUFFERED: 1
1313
YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn
14-
PY_JLSP_VERSION: 0.6.0a4
14+
PY_JLSP_VERSION: 0.6.0b
1515
JS_JLLSP_VERSION: 0.5.0
1616

1717
jobs:

py_src/jupyter_lsp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Multi-[Language Server][language-server] WebSocket proxy for your Jupyter
44
`notebook` or `lab` server. For Python 3.5+.
55

6-
See the parent of this repository, [jupyterlab-lsp](../../README.md) for the
6+
See the parent of this repository, [jupyterlab-lsp](https://github.com/krassowski/jupyterlab-lsp) for the
77
reference client implementation for [JupyterLab][].
88

99
## Installing language servers
@@ -122,7 +122,7 @@ A custom absolute path to your `nodejs` executable.
122122

123123
> default: True
124124
125-
`jupyter-lsp` will look for all [known language servers](#batteries-expected).
125+
`jupyter-lsp` will look for all [known language servers](#installing-language-servers).
126126
User-configured `language_servers` of the same implementation will be preferred
127127
over `autodetect`ed ones.
128128

py_src/jupyter_lsp/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
""" single source of truth for jupyter_lsp version
22
"""
3-
__version__ = "0.6.0a4"
3+
__version__ = "0.6.0b"

0 commit comments

Comments
 (0)