Skip to content

Commit e13e08c

Browse files
authored
Merge pull request #525 from krassowski/v3.4.0
Release v3.4.0
2 parents d6f836e + 024fc10 commit e13e08c

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## CHANGELOG
22

3-
### `@krassowski/jupyterlab-lsp 3.4.0` (unreleased)
3+
### `@krassowski/jupyterlab-lsp 3.4.0` (2020-02-14)
44

55
- features:
66

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": "3.3.1",
3+
"version": "3.4.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": "3.3.1",
3+
"version": "3.4.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": {

python_packages/jupyter_lsp/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ long_description = file: ./README.md
55
long_description_content_type = text/markdown
66
project_urls =
77
Bug Tracker = https://github.com/krassowski/jupyterlab-lsp/issues
8-
Documentation = https://jupyterlab.readthedocs.io/
8+
Documentation = https://jupyterlab-lsp.readthedocs.io/
99
Source Code = https://github.com/krassowski/jupyterlab-lsp
1010
author = jupyter-lsp Contributors
1111
author_email = [email protected]

python_packages/jupyterlab_lsp/setup.cfg

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[metadata]
22
name = jupyterlab-lsp
3-
description = Language Server Protocol integration for JupyterLab
3+
description = Coding assistance for JupyterLab with Language Server Protocol
44
long_description = file: ./README.md
55
long_description_content_type = text/markdown
6-
url = https://github.com/krassowski/jupyterlab-lsp
6+
project_urls =
7+
Bug Tracker = https://github.com/krassowski/jupyterlab-lsp/issues
8+
Documentation = https://jupyterlab-lsp.readthedocs.io/
9+
Source Code = https://github.com/krassowski/jupyterlab-lsp
710
author = JupyterLab-LSP Development Team
811
author_email = [email protected]
912
license = BSD-3-Clause

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1753,7 +1753,7 @@
17531753
version "2.0.0"
17541754

17551755
"@krassowski/jupyterlab-lsp@file:packages/jupyterlab-lsp":
1756-
version "3.0.0"
1756+
version "3.4.0"
17571757
dependencies:
17581758
"@krassowski/code-jumpers" "~1.0.0"
17591759
"@krassowski/completion-theme" "~2.0.0"

0 commit comments

Comments
 (0)