We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd43a7 commit 1aee0c3Copy full SHA for 1aee0c3
README.rst
@@ -403,3 +403,8 @@ News
403
- Various README improvements
404
- Various build system improvements
405
- Various improvements to error messages
406
+
407
+2025-01-25 V0.13.1 Bastian Bechtold
408
+ Thank you, Brian McFee and Guy Illes
409
410
+ - Fixed regression in blocks
soundfile.py
@@ -8,7 +8,7 @@
8
For further information, see https://python-soundfile.readthedocs.io/.
9
10
"""
11
-__version__ = "0.13.0"
+__version__ = "0.13.1"
12
13
import os as _os
14
import sys as _sys
0 commit comments