Skip to content

Commit 4262f58

Browse files
committed
Publish 1.6.1
1 parent f5ac6ce commit 4262f58

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs_src/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ None
1515

1616
None
1717

18+
## 1.6.1 2023-04-16
19+
20+
**Server extension**
21+
22+
- Use `importlib` instead of `pkg_resources` which is being deprecated;
23+
1824
## 1.6.0 2023-03-26
1925

2026
**Server extension**

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.6.0",
3+
"version": "1.6.1",
44
"description": "Code formatter for JupyterLab.",
55
"keywords": [
66
"jupyter",

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.6.0';
13+
export const PLUGIN_VERSION = '1.6.1';
1414
}

0 commit comments

Comments
 (0)