From 2faf999e97e38242b9132999add98029dc223cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Garc=C3=ADa=20Garz=C3=B3n?= Date: Wed, 2 Jul 2014 08:57:12 +0200 Subject: [PATCH] Preparing 1.3 release --- README.md | 4 +++- setup.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9e9a86..e749cc4 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,9 @@ A pythonic layer was added on the top of it. Version history --------------- -### 1.3 (git) +### 1.3 + +- Fix: Whole-file interface works again, regression tests added ### 1.2 diff --git a/setup.py b/setup.py index 2174566..b878893 100755 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name = "wavefile", - version = "1.3~git", + version = "1.3", description = "Pythonic wave file reader and writer", author = "David Garcia Garzon", author_email = "voki@canvoki.net",