Skip to content

Commit 1aee0c3

Browse files
author
Bastian Bechtold
committed
increment version number
1 parent fcd43a7 commit 1aee0c3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,3 +403,8 @@ News
403403
- Various README improvements
404404
- Various build system improvements
405405
- 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
For further information, see https://python-soundfile.readthedocs.io/.
99
1010
"""
11-
__version__ = "0.13.0"
11+
__version__ = "0.13.1"
1212

1313
import os as _os
1414
import sys as _sys

0 commit comments

Comments
 (0)