Skip to content

Commit bbc4504

Browse files
committed
Bump version to release v2.0.0 of frontend and 0.9.2 of backend
1 parent 56e121f commit bbc4504

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ variables:
1515
ATEST_RETRIES: 3
1616
YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn
1717

18-
PY_JLSP_VERSION: 0.9.1
19-
JS_JLLSP_VERSION: 1.1.2
18+
PY_JLSP_VERSION: 0.9.2
19+
JS_JLLSP_VERSION: 2.0.0
2020
JS_JLG2D_VERSION: 1.0.0
2121

2222
FIRST_PARTY_LABEXTENSIONS: >-

packages/jupyterlab-lsp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@krassowski/jupyterlab-lsp",
3-
"version": "1.1.2",
3+
"version": "2.0.0",
44
"description": "Language Server Protocol integration for JupyterLab",
55
"keywords": [
66
"jupyter",

packages/metapackage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@krassowski/jupyterlab-lsp-metapackage",
3-
"version": "1.1.2",
3+
"version": "2.0.0",
44
"description": "JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP",
55
"homepage": "https://github.com/krassowski/jupyterlab-lsp",
66
"bugs": {

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.9.1"
3+
__version__ = "0.9.2"

0 commit comments

Comments
 (0)