File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## 2.2.1 2023-05-21
4
4
5
5
** General**
6
6
10
10
11
11
- Actually support python>=3.7,<3.9 properly, courtesy of pdhall99;
12
12
13
+ ## 2.2.0 Skipped
14
+
13
15
## 2.1.0 2023-05-08
14
16
15
17
** Jupyterlab extension**
Original file line number Diff line number Diff line change @@ -25,11 +25,9 @@ hatch version <new-version>
25
25
To create a Python source package (` .tar.gz ` ) and the binary package (` .whl ` ) in the ` dist/ ` directory, do:
26
26
27
27
``` bash
28
- python -m build
28
+ ./scripts/ build.sh
29
29
```
30
30
31
- > ` python setup.py sdist bdist_wheel ` is deprecated and will not work for this package.
32
-
33
31
Then to upload the package to PyPI, do:
34
32
35
33
``` bash
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.2.1 2023-05-21
4
+
5
+ ** General**
6
+
7
+ - Iron out what's causing mismatch of labextension and package release process;
8
+
9
+ ** Server extension**
10
+
11
+ - Actually support python>=3.7,<3.9 properly, courtesy of pdhall99;
12
+
13
+ ## 2.2.0 Skipped
14
+
3
15
## 2.1.0 2023-05-08
4
16
5
17
** Jupyterlab extension**
Original file line number Diff line number Diff line change 2
2
3
3
set -euxo pipefail
4
4
5
+ rm -rf dist/*
5
6
rm -rf /plugin/jupyterlab_code_formatter/labextension
6
7
hatch build
You can’t perform that action at this time.
0 commit comments