Skip to content

Commit 330f68c

Browse files
committed
Prepare 5.2.1 release
1 parent 3e1f281 commit 330f68c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## HEAD
44

5+
## 5.2.1
6+
7+
Released Oct. 30, 2022
8+
9+
### User-facing changes
10+
- [BUGFIX] Require `patchelf >= 0.14` to handle features from 5.2.0 properly ([#403](https://github.com/pypa/auditwheel/pull/403), [#401](https://github.com/pypa/auditwheel/issues/401))
11+
512
## 5.2.0
613

714
Released Oct. 22, 2022

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Requirements
4141
------------
4242
- OS: Linux
4343
- Python: 3.6+
44-
- `patchelf <https://github.com/NixOS/patchelf>`_
44+
- `patchelf <https://github.com/NixOS/patchelf>`_: 0.14+
4545

4646
Only systems that use `ELF
4747
<https://en.wikipedia.org/wiki/Executable_and_Linkable_Format>`_-based linkage

0 commit comments

Comments
 (0)