From 37da0f4d49f0a8df969f7fa0d06cc99017749f94 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sat, 3 Jul 2010 23:05:12 -0700 Subject: [PATCH] note about fixed -A switch; bumped version to 1.0b2 --- NEWS | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3b4e8baaa..2ad27e566 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,8 @@ MusicBrainz so you can come back and look at them later. * Fix UnicodeEncodeError on terminals that don't (or don't claim to) support UTF-8. +* Importing without autotagging ("beet import -A") is now faster and + doesn't print out a bunch of whitespace. 1.0b1 ----- diff --git a/setup.py b/setup.py index 06df6ec3b..eb15a1a11 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ from setuptools import setup setup(name='beets', - version='1.0b1', + version='1.0b2', description='music tagger and library organizer', author='Adrian Sampson', author_email='adrian@radbox.org',