Skip to content

Commit 55a2aa9

Browse files
committed
Publish 1.3.7
1 parent 285e58b commit 55a2aa9

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

docs/changelog.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@ Jupyterlab extension
1414

1515
No changes.
1616

17+
18+
1.3.7 2020-11-15
19+
================
20+
21+
Server extension
22+
----------------
23+
24+
* Handle shell commands in code cells;
25+
26+
Jupyterlab extension
27+
--------------------
28+
29+
No changes.
30+
1731
1.3.6 2020-08-08
1832
================
1933

labextension/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

labextension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ryantam626/jupyterlab_code_formatter",
3-
"version": "1.3.6",
3+
"version": "1.3.7",
44
"description": "Code formatter for JupyterLab.",
55
"keywords": [
66
"jupyter",

labextension/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ export namespace Constants {
1010
export const SETTINGS_SECTION = `${LONG_PLUGIN_NAME}:settings`;
1111
export const COMMAND_SECTION_NAME = 'Jupyterlab Code Formatter';
1212
// TODO: Use package.json info
13-
export const PLUGIN_VERSION = '1.3.6';
13+
export const PLUGIN_VERSION = '1.3.7';
1414
}

serverextension/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setuptools.setup(
44
name="jupyterlab_code_formatter",
5-
version="1.3.6",
5+
version="1.3.7",
66
packages=setuptools.find_packages(),
77
description="Server extension to power `@ryantam626/jupyterlab_code_formatter` npm package.",
88
url="https://github.com/ryantam626/jupyterlab_code_formatter",

0 commit comments

Comments
 (0)