Skip to content

Commit

Permalink
🏗️ bump to 1.6.0
Browse files Browse the repository at this point in the history
Co-authored-by: Marite Guerrieri <marite.guerrieri@somenergia.coop>
  • Loading branch information
vokimon and MariteSomEnergia committed Oct 9, 2023
1 parent b427785 commit 323e41b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Version history

## Unreleased
## 1.6.0 2023-10-10

- Dropped Python<3.8
- Incorporated enums for all the new formats supported by sndfile up to 1.0.31
- Containers: mp3, opus
- Encodings: NMS ADPCM, MPEGx Layerx
- Experimental: Api to enumerate, check and describe formats
- Added `Writer.seek` method
- Added whole-file load/save example
- Added example for whole-file load/save
- wavefile.save accepts 1D mono data for convenience
- PR#23 Incorrect implementation of saveWave method. Fixes #20. Thanks Sravan Patibandla (pbskumar)!
- This will render some client code failing. But I applied it since
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"""
setup(
name = "wavefile",
version = '1.5.0',
version = '1.6.0',
description = "Pythonic wave file reader and writer",
author = "David Garcia Garzon",
author_email = "voki@canvoki.net",
Expand Down

0 comments on commit 323e41b

Please sign in to comment.