From bacbab5930574f61d47901bc5607f242c9a2258c Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Tue, 12 May 2026 14:56:23 +0200 Subject: [PATCH 1/2] Release 1.4.2 --- CHANGELOG.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c82d0a6b..46788a28 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,13 @@ The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_. +Version 1.4.2 (2026-05-12) +-------------------------- + +* Changed: exclude ``tests/`` and ``docs/`` folders from the Python package +* Fixed: ensure it works with ``pandas>=3.0.3`` + + Version 1.4.1 (2026-04-13) -------------------------- From 50bf8d03fcffb23f1d5f4d9bdc1cbcf472cb415a Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Tue, 12 May 2026 14:57:56 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 46788a28..46485334 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,7 +11,7 @@ Version 1.4.2 (2026-05-12) -------------------------- * Changed: exclude ``tests/`` and ``docs/`` folders from the Python package -* Fixed: ensure it works with ``pandas>=3.0.3`` +* Fixed: ensure ``pandas>=3.0.3`` works with ``audformat`` Version 1.4.1 (2026-04-13)