From c6393988574a28e724167a7187a55381b87b79f1 Mon Sep 17 00:00:00 2001 From: mayeut Date: Mon, 1 May 2023 10:25:36 +0200 Subject: [PATCH] Prepare 5.4.0 release --- CHANGELOG.md | 10 ++++++++++ README.rst | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21df6e38..b4e1c24a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ## HEAD +## 5.4.0 + +Released May 1, 2023 + +### User-facing changes +- [FEATURE] Add python 3.11 support ([#407](https://github.com/pypa/auditwheel/pull/407)) +- [FEATURE] Drop python 3.6 support ([#400](https://github.com/pypa/auditwheel/pull/400)) +- [FEATURE] Use armv7l policy for 64-bit arm kernel in 32-bit mode (armv8l), BETA feature ([#419](https://github.com/pypa/auditwheel/pull/419)) +- [BUGFIX] Filter libpythonXY with X/Y more than single digits ([#424](https://github.com/pypa/auditwheel/pull/424), [#418](https://github.com/pypa/auditwheel/issues/418)) + ## 5.3.0 Released Nov. 19, 2022 diff --git a/README.rst b/README.rst index ad925b39..c8cbcf06 100644 --- a/README.rst +++ b/README.rst @@ -139,7 +139,6 @@ To update these images manually, run:: docker pull quay.io/pypa/manylinux1_x86_64 docker pull quay.io/pypa/manylinux2010_x86_64 docker pull quay.io/pypa/manylinux2014_x86_64 - docker pull quay.io/pypa/manylinux_2_24_x86_64 docker pull quay.io/pypa/manylinux_2_28_x86_64 You may also remove these images using ``docker rmi``.