From 6427d378872f6ea43d1f7053ad40bc1b760727f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Wed, 9 Oct 2024 15:03:25 +0300 Subject: [PATCH] Bumped up the version --- .github/workflows/publish.yml | 2 +- docs/versionhistory.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c306d1f..fa3d74f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: with: platforms: arm64 - name: Build wheels - uses: pypa/cibuildwheel@v2.20.0 + uses: pypa/cibuildwheel@v2.21.3 env: CBOR2_BUILD_C_EXTENSION: "1" CIBW_SKIP: pp* cp36* cp37* diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst index 5d08782..ac0d7f5 100644 --- a/docs/versionhistory.rst +++ b/docs/versionhistory.rst @@ -5,9 +5,9 @@ Version history This library adheres to `Semantic Versioning `_. -**UNRELEASED** +**5.6.5** (2024-10-09) -- Added support for Python 3.13 +- Published binary wheels for Python 3.13 **5.6.4** (2024-06-06)