Skip to content

Commit a823c98

Browse files
authored
Merge pull request #509 from krassowski/v3.3.1
Release v3.3.1 and v1.1.3
2 parents 1b1a5e7 + 639790c commit a823c98

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## CHANGELOG
22

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

55
- bug fixes:
66

@@ -9,11 +9,13 @@
99
- LaTeX is now rendered in documentation panel of completer ([#506])
1010
- completion response returned as plain text use pre tag to retain whitespace formatting ([#506])
1111
- pre-formatted code font size was reduced to match font-size of the text in completion panel ([#506])
12+
- completer no longer spans the entire screen if it has long entries ([#506])
1213

1314
[#506]: https://github.com/krassowski/jupyterlab-lsp/pull/506
1415
[#507]: https://github.com/krassowski/jupyterlab-lsp/pull/507
16+
[#508]: https://github.com/krassowski/jupyterlab-lsp/pull/508
1517

16-
### `jupyter-lsp 1.1.3` (unreleased)
18+
### `jupyter-lsp 1.1.3` (2020-02-07)
1719

1820
- features:
1921

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.0",
3+
"version": "3.3.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": "@krassowski/jupyterlab-lsp-metapackage",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP",
55
"homepage": "https://github.com/krassowski/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__ = "1.1.2"
3+
__version__ = "1.1.3"

python_packages/jupyter_lsp/setup.cfg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name = jupyter-lsp
33
description = Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
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.readthedocs.io/
9+
Source Code = https://github.com/krassowski/jupyterlab-lsp
710
author = jupyter-lsp Contributors
811
author_email = [email protected]
912
license = BSD-3-Clause

0 commit comments

Comments
 (0)