Skip to content

Commit b7690aa

Browse files
authored
Merge pull request #920 from krassowski/v4.0.1
Prepare release v4.0.1
2 parents 0339708 + 8c85315 commit b7690aa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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])

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": "@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",

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": "@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": {
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__ = "2.0.0"
3+
__version__ = "2.0.1"

0 commit comments

Comments
 (0)