From 0eb29ef19b938b721929ae5eea3ca226c6c0c3b2 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sat, 6 Feb 2021 20:52:03 -0500 Subject: [PATCH 1/2] docs: fix bullets in 1.6.0 release notes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c5a15a40..9b303031 100644 --- a/README.md +++ b/README.md @@ -459,6 +459,7 @@ _9 September 2020_ [still on Python 3.9b3](https://github.com/pypa/manylinux/issues/758), not a release candidate. We'd advise holding off on distributing 3.9 ppc64le wheels until a subsequent version of cibuildwheel. + - 🌟 Add Gitlab CI support. Gitlab CI can now build Linux wheels, using cibuildwheel. (#419) - 🐛 Fix a bug that causes pyproject.toml dependencies to fail to install on From ca7db28ec4a1bc2f012c99f8aec71aedca541b0a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 7 Feb 2021 01:53:08 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b303031..b2b8b72d 100644 --- a/README.md +++ b/README.md @@ -459,7 +459,7 @@ _9 September 2020_ [still on Python 3.9b3](https://github.com/pypa/manylinux/issues/758), not a release candidate. We'd advise holding off on distributing 3.9 ppc64le wheels until a subsequent version of cibuildwheel. - + - 🌟 Add Gitlab CI support. Gitlab CI can now build Linux wheels, using cibuildwheel. (#419) - 🐛 Fix a bug that causes pyproject.toml dependencies to fail to install on