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 11# Changelog
22
3- ## Unreleased
3+ ## 2.2.1 2023-05-21
44
55** General**
66
1010
1111- Actually support python>=3.7,<3.9 properly, courtesy of pdhall99;
1212
13+ ## 2.2.0 Skipped
14+
1315## 2.1.0 2023-05-08
1416
1517** Jupyterlab extension**
Original file line number Diff line number Diff line change @@ -25,11 +25,9 @@ hatch version <new-version>
2525To create a Python source package (` .tar.gz ` ) and the binary package (` .whl ` ) in the ` dist/ ` directory, do:
2626
2727``` bash
28- python -m build
28+ ./scripts/ build.sh
2929```
3030
31- > ` python setup.py sdist bdist_wheel ` is deprecated and will not work for this package.
32-
3331Then to upload the package to PyPI, do:
3432
3533``` bash
Original file line number Diff line number Diff line change 11# Changelog
22
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+
315## 2.1.0 2023-05-08
416
517** Jupyterlab extension**
Original file line number Diff line number Diff line change 22
33set -euxo pipefail
44
5+ rm -rf dist/*
56rm -rf /plugin/jupyterlab_code_formatter/labextension
67hatch build
You can’t perform that action at this time.
0 commit comments