We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8baf1 commit 28a2363Copy full SHA for 28a2363
2 files changed
CHANGES.md
@@ -1,5 +1,9 @@
1
# Version history
2
3
+## 1.6.2 2023-10-10
4
+
5
+- Temptative support for freebsd
6
7
## 1.6.1 2023-10-10
8
9
- Build fixes
setup.py
@@ -27,7 +27,7 @@
27
28
setup(
29
name = "wavefile",
30
- version = '1.6.1',
+ version = '1.6.2',
31
description = "Pythonic wave file reader and writer",
32
author = "David Garcia Garzon",
33
author_email = "voki@canvoki.net",
0 commit comments