Skip to content

Commit 5c47426

Browse files
committed
chore: Release 2.7.2
1 parent c6b5f3b commit 5c47426

9 files changed

+22
-12
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Release v2.7.2 (2023-06-12)
2+
---------------------------
3+
4+
### Features & Improvements
5+
6+
- Add option to expand environment variables when exporting requirements. [#1997](https://github.com/pdm-project/pdm/issues/1997)
7+
8+
### Bug Fixes
9+
10+
- Case-insensitive sorting in `pdm list`. [#1973](https://github.com/pdm-project/pdm/issues/1973)
11+
- Make a compatible cache reader to read the old cache files. [#1981](https://github.com/pdm-project/pdm/issues/1981)
12+
- Fix a bug that `pdm init -n` doesn't respect the `--python` option. [#1984](https://github.com/pdm-project/pdm/issues/1984)
13+
- Do not use the deprecated nested argument groups. [#1988](https://github.com/pdm-project/pdm/issues/1988)
14+
- Fix an error parsing `setup.py` if it prints something to stdout. [#1995](https://github.com/pdm-project/pdm/issues/1995)
15+
- Exclude yanked versions when running `install-pdm.py`. [#1996](https://github.com/pdm-project/pdm/issues/1996)
16+
17+
118
Release v2.7.1 (2023-06-06)
219
---------------------------
320

news/1973.bugfix.md

-1
This file was deleted.

news/1981.bugfix.md

-1
This file was deleted.

news/1984.bugfix.md

-1
This file was deleted.

news/1988.bugfix.md

-1
This file was deleted.

news/1995.bugfix.md

-1
This file was deleted.

news/1996.bugfix.md

-1
This file was deleted.

news/1997.feature.md

-1
This file was deleted.

src/pdm/models/python_max_versions.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"3": 11,
1212
"3.0": 1,
1313
"3.1": 5,
14-
"3.10": 11,
15-
"3.11": 3,
14+
"3.10": 12,
15+
"3.11": 4,
1616
"3.2": 6,
1717
"3.3": 7,
1818
"3.4": 10,
1919
"3.5": 10,
2020
"3.6": 15,
21-
"3.7": 16,
22-
"3.8": 16,
23-
"3.9": 16
21+
"3.7": 17,
22+
"3.8": 17,
23+
"3.9": 17
2424
}

0 commit comments

Comments
 (0)