note about fixed -A switch; bumped version to 1.0b2

This commit is contained in:
Adrian Sampson 2010-07-03 23:05:12 -07:00
parent e8d14e461b
commit 37da0f4d49
2 changed files with 3 additions and 1 deletions

2
NEWS
View file

@ -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
-----

View file

@ -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',