From 3502a75d43c615bf48016e2b6854c08fff856f98 Mon Sep 17 00:00:00 2001 From: Laurent Bachelier Date: Sat, 13 Aug 2016 01:09:48 +0200 Subject: Release 1.1.1 --- README | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index 5bb0b69..c2a12a1 100644 --- a/README +++ b/README @@ -106,6 +106,10 @@ The simplest way is to run ``nice -n19 brutha`` instead of only ``brutha``. Changes ------- ++ 1.1.1 + + - Fix some corner cases with directory walking. + + 1.1.0 - Add sox option to guard against clipping. diff --git a/setup.py b/setup.py index 09402fe..84b2460 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ if version_info < (2, 7): setup( name='brutha', - version='1.1.0', + version='1.1.1', description='Sync FLAC music files to Ogg Vorbis (or keep lossy as-is)', long_description=open('README').read(), author='Laurent Bachelier', -- cgit v1.2.3