From c4cc5eb25e1af55a6206d6f877fa422c63853e36 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Fri, 16 May 2025 19:58:15 +0200 Subject: [PATCH] Release 0.5.2 --- LICENSE | 2 +- NEWS.rst | 3 +++ sounddevice.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index ba31dc4..4afca06 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015-2024 Matthias Geier +Copyright (c) 2015-2025 Matthias Geier Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/NEWS.rst b/NEWS.rst index d1268f7..b61c7e9 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,6 @@ +0.5.2 (2025-05-16): + * Better error if frames/channels are non-integers + 0.5.1 (2024-10-12): * Windows wheel: bundle both non-ASIO and ASIO DLLs, the latter can be chosen by defining the ``SD_ENABLE_ASIO`` environment variable diff --git a/sounddevice.py b/sounddevice.py index 7963ab8..1a91b27 100644 --- a/sounddevice.py +++ b/sounddevice.py @@ -48,7 +48,7 @@ https://python-sounddevice.readthedocs.io/ """ -__version__ = '0.5.1' +__version__ = '0.5.2' import atexit as _atexit import os as _os