File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 15
15
16
16
None
17
17
18
+ ## 1.6.1 2023-04-16
19
+
20
+ ** Server extension**
21
+
22
+ - Use ` importlib ` instead of ` pkg_resources ` which is being deprecated;
23
+
18
24
## 1.6.0 2023-03-26
19
25
20
26
** Server extension**
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ryantam626/jupyterlab_code_formatter" ,
3
- "version" : " 1.6.0 " ,
3
+ "version" : " 1.6.1 " ,
4
4
"description" : " Code formatter for JupyterLab." ,
5
5
"keywords" : [
6
6
" jupyter" ,
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ export namespace Constants {
10
10
export const SETTINGS_SECTION = `${ LONG_PLUGIN_NAME } :settings` ;
11
11
export const COMMAND_SECTION_NAME = 'Jupyterlab Code Formatter' ;
12
12
// TODO: Use package.json info
13
- export const PLUGIN_VERSION = '1.6.0 ' ;
13
+ export const PLUGIN_VERSION = '1.6.1 ' ;
14
14
}
You can’t perform that action at this time.
0 commit comments