Skip to content

Commit 13a718f

Browse files
committed
Publish 1.3.8
1 parent 0d90bdb commit 13a718f

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

docs/changelog.rst

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

1515
No changes.
1616

17+
1.3.8 2020-11-17
18+
================
19+
20+
Server extension
21+
----------------
22+
23+
No change.
24+
25+
Jupyterlab extension
26+
--------------------
27+
28+
* Fix icon color in dark theme, courtesy of AllanChain;
1729

1830
1.3.7 2020-11-15
1931
================

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.7",
3+
"version": "1.3.8",
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.7';
13+
export const PLUGIN_VERSION = '1.3.8';
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.7",
5+
version="1.3.8",
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)