Skip to content

Commit 812617c

Browse files
committed
Release 2.1.0
1 parent 5ee726c commit 812617c

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 2.1.0 2023-05-08
4+
5+
**Jupyterlab extension**
6+
7+
- Support for JupyterLab 3.6+/4+ and Notebook v7, courtesy of mcrutch;
8+
- This will drop support for jupyterlab<=3.5!
9+
310
## 2.0.0 2023-05-08
411

512
**General**

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packaging instructions in the `pyproject.toml` file to wrap your extension in a
1212
Python package. Before generating a package, we first need to install `build`.
1313

1414
```bash
15-
pip install build twine hatch
15+
pip install build twine hatch hatch-pip-deepfreeze
1616
```
1717

1818
Bump the version using `hatch`. By default this will create a tag.

docs/changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Changelog
22

3-
## Dev
3+
## 2.1.0 2023-05-08
44

55
**Jupyterlab extension**
66

77
- Support for JupyterLab 3.6+/4+ and Notebook v7, courtesy of mcrutch;
8+
- This will drop support for jupyterlab<=3.5!
89

910
## 2.0.0 2023-05-08
1011

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ your-support.md
2626
## Requirements
2727

2828
- Python 3.7+
29-
- JupyterLab >= 3.0.0
29+
- JupyterLab >= 3.6.0 (if you are using JupyterLab>=3.0,<=3.5, pin this package to 2.0.0)
3030
- Any supported code formatters (you can also specify your own, see [custom formatter](custom-formatter.md)).
3131

3232
:::{important}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab_code_formatter",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": " A JupyterLab plugin to facilitate invocation of code formatters.",
55
"keywords": [
66
"jupyter",

test_snippets/test_notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"name": "python",
7373
"nbconvert_exporter": "python",
7474
"pygments_lexer": "ipython3",
75-
"version": "3.10.11"
75+
"version": "3.10.8"
7676
}
7777
},
7878
"nbformat": 4,

0 commit comments

Comments
 (0)