From f4c1a6424f4daf055d807592935c86de7a34bac5 Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Sun, 17 Dec 2023 14:14:45 +0200 Subject: [PATCH 1/2] fixing wheel --- .github/workflows/REUSABLE-wheeler.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/REUSABLE-wheeler.yaml b/.github/workflows/REUSABLE-wheeler.yaml index 4d51278..f893427 100644 --- a/.github/workflows/REUSABLE-wheeler.yaml +++ b/.github/workflows/REUSABLE-wheeler.yaml @@ -89,7 +89,7 @@ jobs: path: artifacts/windows - uses: actions/download-artifact@v3 with: - name: macos-10.15-wheels + name: macos-latest-wheels path: artifacts/macos - uses: actions/download-artifact@v3 with: From a32744e9cc5b852ea0708de3633e73ecfb4ca4c8 Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Sun, 17 Dec 2023 14:15:23 +0200 Subject: [PATCH 2/2] 2.3.2 --- hiredis/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hiredis/version.py b/hiredis/version.py index 3a5935a..ef6497d 100644 --- a/hiredis/version.py +++ b/hiredis/version.py @@ -1 +1 @@ -__version__ = "2.3.1" +__version__ = "2.3.2"