From 9d962263b25b08a03c3a9bac86a7db5708b34906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Thu, 22 Feb 2024 10:02:53 +0200 Subject: [PATCH] Bumped up the version --- docs/versionhistory.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst index 0c4c0b6..11fed3b 100644 --- a/docs/versionhistory.rst +++ b/docs/versionhistory.rst @@ -5,6 +5,10 @@ Version history This library adheres to `Semantic Versioning `_. +**5.6.3** (2024-02-22) + +- Fixed decoding of epoch-based dates being affected by the local time zone in the C extension + **5.6.2** (2024-02-19) - Fixed ``__hash__()`` of the C version of the ``CBORTag`` type crashing when there's a recursive @@ -16,7 +20,6 @@ This library adheres to `Semantic Versioning `_. string that contained only ASCII characters - Changed the return type annotations of ``cbor2.load()`` and ``cbor2.load()`` to return ``Any`` instead of ``object`` so as not to force users to make type casts -- Fixed decoding of epoch-based dates being affected by the local time zone in the C extension **5.6.1** (2024-02-01)