From 74a72ab644bbbb15b3efb23fed5dc326681e756e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Mon, 16 Dec 2024 17:22:52 +0100 Subject: [PATCH 1/2] Release notes for 2.5.0 --- CHANGES.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 515b25cc..1b07f143 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,22 @@ Release notes ============= +2.5.0 (202Y-MM-DD) +------------------ + +- remove official support for Python 2.7, 3.5, 3.6 and 3.7 +- add official support for Python 3.11 and 3.12 +- use the ``SHUB_APIURL`` and ``SHUB_STORAGE`` environment variables as default + values when available +- fix the warning when ``msgpack`` is not installed (used to say + ``msgpack-python``) + +2.4.0 (2022-03-10) +------------------ + +- add Python 3.10 support +- improve ``iter()`` fallback in getting the ``meta`` argument + 2.3.1 (2020-03-13) ------------------ From 08718671dd8a63c542a73ec059a5a4e6a554874f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Mon, 16 Dec 2024 18:54:01 +0100 Subject: [PATCH 2/2] Set the release date --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 1b07f143..370499f3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Release notes ============= -2.5.0 (202Y-MM-DD) +2.5.0 (2024-12-16) ------------------ - remove official support for Python 2.7, 3.5, 3.6 and 3.7