Skip to content

Commit

Permalink
Release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Feb 14, 2021
1 parent d6f836e commit 024fc10
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## CHANGELOG

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

- features:

Expand Down
2 changes: 1 addition & 1 deletion packages/jupyterlab-lsp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@krassowski/jupyterlab-lsp",
"version": "3.3.1",
"version": "3.4.0",
"description": "Language Server Protocol integration for JupyterLab",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion packages/metapackage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@krassowski/jupyterlab-lsp-metapackage",
"version": "3.3.1",
"version": "3.4.0",
"description": "JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP",
"homepage": "https://github.com/krassowski/jupyterlab-lsp",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion python_packages/jupyter_lsp/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ long_description = file: ./README.md
long_description_content_type = text/markdown
project_urls =
Bug Tracker = https://github.com/krassowski/jupyterlab-lsp/issues
Documentation = https://jupyterlab.readthedocs.io/
Documentation = https://jupyterlab-lsp.readthedocs.io/
Source Code = https://github.com/krassowski/jupyterlab-lsp
author = jupyter-lsp Contributors
author_email = [email protected]
Expand Down
7 changes: 5 additions & 2 deletions python_packages/jupyterlab_lsp/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[metadata]
name = jupyterlab-lsp
description = Language Server Protocol integration for JupyterLab
description = Coding assistance for JupyterLab with Language Server Protocol
long_description = file: ./README.md
long_description_content_type = text/markdown
url = https://github.com/krassowski/jupyterlab-lsp
project_urls =
Bug Tracker = https://github.com/krassowski/jupyterlab-lsp/issues
Documentation = https://jupyterlab-lsp.readthedocs.io/
Source Code = https://github.com/krassowski/jupyterlab-lsp
author = JupyterLab-LSP Development Team
author_email = [email protected]
license = BSD-3-Clause
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1753,7 +1753,7 @@
version "2.0.0"

"@krassowski/jupyterlab-lsp@file:packages/jupyterlab-lsp":
version "3.0.0"
version "3.4.0"
dependencies:
"@krassowski/code-jumpers" "~1.0.0"
"@krassowski/completion-theme" "~2.0.0"
Expand Down

0 comments on commit 024fc10

Please sign in to comment.