Skip to content

Commit 0dd110d

Browse files
committed
Actually release 2.2.1
1 parent 723c4cc commit 0dd110d

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

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

3-
## Unreleased
3+
## 2.2.1 2023-05-21
44

55
**General**
66

@@ -10,6 +10,8 @@
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**

RELEASE.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ hatch version <new-version>
2525
To 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-
3331
Then to upload the package to PyPI, do:
3432

3533
```bash

docs/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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**

scripts/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22

33
set -euxo pipefail
44

5+
rm -rf dist/*
56
rm -rf /plugin/jupyterlab_code_formatter/labextension
67
hatch build

0 commit comments

Comments
 (0)