Skip to content

Commit 2faf999

Browse files
committed
Preparing 1.3 release
1 parent f4265f7 commit 2faf999

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,9 @@ A pythonic layer was added on the top of it.
234234
Version history
235235
---------------
236236

237-
### 1.3 (git)
237+
### 1.3
238+
239+
- Fix: Whole-file interface works again, regression tests added
238240

239241
### 1.2
240242

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
setup(
2828
name = "wavefile",
29-
version = "1.3~git",
29+
version = "1.3",
3030
description = "Pythonic wave file reader and writer",
3131
author = "David Garcia Garzon",
3232
author_email = "[email protected]",

0 commit comments

Comments
 (0)